Thanks for your interest in contributing to this package! Here are some things to consider when getting started in this repo.
- Install yarn and run
yarn installto install dependencies.
-
Use
npm linkin this folder to makeyouse this folder for the module module:generator-danger-plugin. -
Ensure the babel runner is watching for changes:
yarn build -- --watch. -
Use
yo danger-pluginto create a new project using the dev template. -
Run tests with
yarn test -
When committing use
yarn commitinstead ofgit commit. This will prompt you to input various fields for a conventional commit message, which semantic-release uses to determine the next package version number when deploying to NPM (major, minor, patch).