UNPKG

348 BMarkdownView Raw
1# Contribution Guidelines
2
3Thanks you for considering a contribution to `grunt-complexity`!
4
5[nodejs](http://nodejs.org). We recommend installing Node with
6[nvm](https://github.com/creationix/nvm) or [n](https://github.com/tj/n). Dependencies are managed
7through `package.json`.
8
9## Setup
10
11```bash
12npm install
13```
14
15## Testing
16
17```bash
18npm test
19```