By participating in this project, you agree to abide by the thoughtbot code of conduct.
- Fork, then clone the repo:
git clone [email protected]:your-username/excel4node.git
- Install package dependencies
npm install
- Make sure the tests pass:
npm run test
- Make your change. Add tests for your change. Make the tests pass:
npm run test
-
All library code is contained in the source directory. Running 'npm run watch' will start a babel watch process and transpile output to the distribution directory.
-
Document your change in code using jsdoc conventions
-
Update the README.md file with instructions on how how use your change
-
Push to your fork and submit a pull request.
Please follow the style guide.