- Run
npm install
- Run
npm run build
- Run
npm link
Run Izyum [options]
This project uses prettier tool for code formatting, so just run command npm run format
before you want to commit something
In order to make prettier work properly with vs code on save, make sure to install the esbenp.prettier-vscode
plugin
Project uses eslint and has the config for it use following command to run it: npm run format
before you want to commit something
Izyum uses jest for unit testing and has following npm commands for this purposes
npm test
- runs unit testsnpm run test:watch
- runs unit tests in a watch modenpm run coverage
- shows testing coverage