htz-commons-lib
v1.6.31
Published
A suite of different libraries that allow you to ensure values of certain types
Downloads
32
Readme
htz-commons-lib
Install
$ npm install htz-commons-lib
Development workflow
Unit test your code
Do your changes
To test all functions, run
npm run testTo unit test only certain functions, rename your spec file to
{filename}.xspec.tsThen run
npm run test:xpec. This will test files withWhen you are done with your changes, commit your work and then
npm version patch- A few actions will take place:
- The hook
preversionis executed and runs the lint - The code is automatically formatted by prettier
- Git adds every single file changed in src
- The hook
postversion is executedand will run:git push && git push --tags - The code is committed and sent to the repo
- ... Check https://docs.npmjs.com/misc/scripts for more information on npm scripts execution order
