node && npm
gulp
- you can install that withnpm install -g gulp
git clone https://github.com/approvals/Approvals.NodeJS.git
cd Approvals.NodeJS
npm install
gulp
In lieu of a formal styleguide, take care to maintain the existing coding style, most style rules enforce by eslint. Add unit tests for any new or changed functionality. Lint and test your code using gulp.
These are more notes for me (@staxmanade) so I can recall how to do a release
npm pack
npm version patch
npm publish