Boilerplate for your brand new Node.js module - NPM ready
Placeholder for my new geo-lib module. This is going to be a useful Node.js module built with performance and speed as
priority one.
Howto to get started
git clone git@github.com:5orenso/geo-lib.git
cd geo-lib/
npm install
Start developing. Remember to start watching your files:
grunt watch
Howto contribute
git clone git@github.com:5orenso/geo-lib.git
Do your magic and create a pull request.
Howto report issues
Use the Issue tracker
Howto update CHANGELOG.md
$ bash ./changelog.sh
Howto upgrade modules
$ npm install -g npm-check-updates
$ ncu -u
$ npm install --save --no-optional
HOWTO upgrade dev environment
$ npm install buster --save-dev
$ npm install buster-istanbul --save-dev
$ npm install grunt --save-dev
$ npm install grunt-buster --save-dev
$ npm install grunt-contrib-jshint --save-dev
$ npm install grunt-contrib-nodeunit --save-dev
$ npm install grunt-contrib-watch --save-dev
$ npm install grunt-coveralls --save-dev
$ npm install grunt-jscs --save-dev
$ npm install grunt-nodemon --save-dev
$ npm install grunt-shell --save-dev
$ npm install grunt-jsdoc --save-dev
More about the author