0.0.4 • Published 1 year ago
adewale-utils-toolbox v0.0.4
Custom NPM packages for reusable and useful function and logics
To test locally before deployment
use
npm linkon 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-toolboxin the project where you want to use it. This installs the dependency locally for you to test with
Deployment command
npm publish --access publicto deploy to npmjs.com