1.0.2 • Published 2 years ago

js-code-notifier v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

js-code-notifier

This package helps to developers to maintain the JavaScript project's code quality in proper way.


Configuration

npm i js-code-notifier

Run the command inside the root

cd node_modules/js-code-notifier && npm run config && cd ../../

Add the script

"scripts": {
...
  "code-notifier": "cd node_modules/js-code-notifier && npm run code-notifier  && cd ../../"
}

Run

Run the command in root

npm run code-notifier