Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
node-simple-boilerplate
Advanced tools
A nice boilerplate with unit tests, linting and code coverage.
A small boilerplate to help you kickstart your Node.js module projects with unit tests, integration tests, code coverage, continous integration, code hinting and code style enforcement.
I've also made everything ready for you so it's easy to publish your new module to the npmjs.com server.
JSHint A tool that helps to detect errors and potential problems in your JavaScript code.
Grunt The Javascript task runner. In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes.
Buster.js A browser JavaScript testing toolkit. It does browser testing with browser automation (think JsTestDriver), QUnit style static HTML page testing, testing in headless browsers (PhantomJS, jsdom), and more.
JSCS JSCS is a code style linter for programmatically enforcing your style guide.
Istanbul A Javascript code coverage tool written in JS.
Travis Travis CI is a hosted continuous integration service. It is integrated with GitHub and offers first class support for many languages.
Coveralls.io Coveralls is a web service to help you track your code coverage over time, and ensure that all your new code is fully covered.
Retire Scanner detecting the use of JavaScript libraries with known vulnerabilities.
$ git clone git@github.com:5orenso/node-simple-boilerplate.git
$ cd node-simple-boilerplate/
$ npm install
$ bash ./install.sh
# Follow the instruction.
# Example path input: ../my-new-module
Start developing. Remember to start watching your files:
$ grunt watch
# Install Node Security Platform CLI
$ npm install nsp --global
# From inside your project directory
$ nsp check
$ git clone git@github.com:5orenso/node-simple-boilerplate.git
Do your magic and create a pull request.
Use the Issue tracker
$ bash ./changelog.sh
package.json
$ npm install -g npm-check-updates
$ ncu -u
$ npm install --save --no-optional
$ 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
$ npm install grunt-retire --save-dev
For transparency and insight into the release cycle, releases will be numbered with the follow format:
..
And constructed with the following guidelines:
For more information on semantic versioning, please visit http://semver.org/.
FAQs
A nice boilerplate with unit tests, linting and code coverage.
The npm package node-simple-boilerplate receives a total of 1 weekly downloads. As such, node-simple-boilerplate popularity was classified as not popular.
We found that node-simple-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.