boilerplatify
v0.0.53
Published
A boilerplate for my projects
Downloads
10
Readme
boilerplatify
A boilerplate for my projects
Installation
npm install -g boilerplatify
Usage
cd directory/to/boilerplatify
boilerplatify
What it does
This sets up a node project:
Initializes package.json
MIT license
Basic README.md
Travis badge and .travis.yml
If enabling tests, then adds
npm test
with nodeunit and istanbul and installs the packages into package.jsonIf enabling browser support, then adds a
npm build
with UMD browserify and a default faviconInitializes .gitignore
Note that boilerplatify's changes are non-destructive. It won't overwrite an existing README or overwrite any data in .gitignore or package.json.
License
MIT