Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 735 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 735 Bytes

Contributing to NPM Vet

Please search issues and pull requests before adding something new to avoid duplicating efforts and conversations.

Development setup

  • 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.