Web utilities for better coding
- Assert – assertion library for better and safe coding
If you have ideas on how to improve any of libraries, you are welcome!
- Start with cloning the repo
- Make your own branch from
master - Run
npm ciandnpm run buildto set up workspaces - Make some changes with code
- Cover your code with tests and run
npm testto test it - Finally, make PR to available release branch
release/* - That's all, your features will be appeared in next release!
The content of this package is licensed under the MIT license.