Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 386 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 386 Bytes

Contributing

If you find an issue, submitting a pull request is always better than a bug report! Please fork and submit your code fixes.

Cloning

$ git clone https://github.com/jmgore75/clipandfile.git
$ cd clipandfile/
$ npm install -g grunt-cli
$ npm install
$ grunt

Developing

$ npm install
$ grunt

Testing

$ grunt test