adewale-utils-toolbox
v0.0.4
Published
custom logics and function utils for fast and reusable development
Downloads
5
Maintainers
Readme
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
