UNPKG

498 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
12git submodule update --init --recursive
13npm install
14```
15
16## Testing
17
18Make sure to checkout the submodules for older versions of grunt, as
19covered in the setup section, then run:
20
21```bash
22npm test
23```