To install all the dependencies and start developing/using run the following command.
> npm install
To run the test suite execute the following command.
> npm run test
Run the following command before making Git Commit.
> npm run precommit
This will generate documentation, run test suites and any other steps that you have configures in the package.json
file.
Run the following command to update the version of the project in package.json
file.
> npm version VERSION
Example:
> npm version 1.0.0