YX-Node: A collection of common node functions.
- Login: add user with your
Username
,Password
,Email
# First time publish
npm adduser
# Other times publish
npm login
- Publish in your git gui or click publish.sh bash file
npm publish
npm install @daybyday/yx-node --save
import xxx from '@daybyday/yx-node';