Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 471 Bytes

contributing.md

File metadata and controls

11 lines (9 loc) · 471 Bytes

Contributing to parrotify-cli

Totally open souce.

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: npm install
  3. Run npm link to link the local repo to NPM
  4. Run npm run build to build
  5. Run npm run watch to watch changes from /lib
  6. Open a PR with your changes :)
  7. Have fun!