Prerequisites
- Run
yarn install
To lint
- Run
yarn lint
To test
- Run
yarn test
To generate test coverage report
- Run
yarn cover
To generate JSDOC
- RUN
yarn doc
To build
- Run
yarn build
To generate CLI script (that required NODE enviornment)
- Run
yarn clify
To gererate a standalone executeable/binary that DOESN'T require NODE environment
- Run
yarn package
To run
- Run
yarn start
Documentations: doc/index.html