Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 630 Bytes

NOTE.md

File metadata and controls

39 lines (25 loc) · 630 Bytes

Install

To install all the dependencies and start developing/using run the following command.

> npm install

Test

To run the test suite execute the following command.

> npm run test

Precommit

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.

Update the version in package.json

Run the following command to update the version of the project in package.json file.

> npm version VERSION

Example:

> npm version 1.0.0