UNPKG

479 BMarkdownView Raw
1How to Contribute
2=================
3
4I welcome any and all ideas and code to Vash. There are a few guidelines to keep in mind:
5
6* Before rewriting major portions of code, open an Issue to discuss it. Someone might be working on what you want already!
7* Maintain code style whenever possible: make your code look like the code around it.
8
9Building Vash for distribution
10------------------------------
11
12Simple as:
13
14 $ npm run build
15
16And tests (includes `build` task):
17
18 $ npm test