0.0.4 • Published 5 months ago
adewale-utils-toolbox v0.0.4
Custom NPM packages for reusable and useful function and logics
To test locally before deployment
use
npm link
on the package you want to test use it in your project withrequire('adewale-utils-toolbox')
in the project where you want to use it and usenpm link adewale-utils-toolbox
in the project where you want to use it. This installs the dependency locally for you to test with
Deployment command
npm publish --access public
to deploy to npmjs.com