Contributing to Kongfig
November 20, 2015 ยท View on GitHub
We are very grateful for any contributions you can make to the project.
Submitting a Pull Request
Before submitting your request, we kindly ask you to:
- Include tests related to your changes
- Consider squashing your commits, so as to keep the history clean and succinct
Setup
To compile the kongfig you need babel-cli
npm install --global babel-cli
Install the package dependencies
npm install
Running tests
npm test
or even more conveniently you can run the test continuously on file changes.
npm test -- --watch
Compiling bin/kongfig
npm run build
or compile continuously on file changes.
npm run build -- --watch