Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 319 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (27 loc) · 319 Bytes

Contributing

Dependencies

$ npm install -g yarn

Setup

$ git clone git@github.com:JordanAdams/devdocs-cli.git
$ yarn install

Testing

$ yarn test

or

$ yarn test:watch

Linting

$ yarn lint

Building

$ yarn build