Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 545 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 545 Bytes

CONTRIBUTE

Contributions are very welcome, please run npm run lint:fix and npm run test before making a new PR

  • Fork the repo and clone it on your computer
  • To debug, run $ sfdx plugins:link or use $ NODE_OPTIONS=--inspect-brk bin/run yourcommand
  • Now your calls to sfdx essentials are performed on your local sources
  • Once your code is ready, documented and linted, please make a pull request :)