omphalos / boilerplatify

A boilerplate for my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boilerplatify

Build Status

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.json

  • If enabling browser support, then adds a npm build with UMD browserify and a default favicon

  • Initializes .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

About

A boilerplate for my projects

License:MIT License


Languages

Language:JavaScript 100.0%