Please search issues and pull requests before adding something new to avoid duplicating efforts and conversations.
- Fork the NPM Vet repository in to your own account, and clone to your device.
- Install the project dependencies.
$ npm install
- Make your changes and build, then run the app. This command wil build and run the tool.
$ npm run br
- If you're looking to just build the tool.
$ npm run build
- To run the tests.
$ npm run test
- If you're looking to run the tool.
$ npm run run
- Confirm your changes work, tests pass and create a Pull Request to the repository.