0.1.4 • Published 11 years ago

generator-boilerplate v0.1.4

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

Boilerplate Generator Template

A simple Yeoman generator using Git submodules to clone over a boilerplate hosted elsewhere on GitHub.

Getting started

These are a few things you will want to customize:

  1. README.md: Anywhere you see -boilerplate should be customized with the name of the generator you are creating (e.g generator-bill)
  2. package.json: Customize the repository, author and dependencies.
  3. .gitmodules: Customize the submodule(s) you would like pulled down and copied when a new project is being created.

Usage

  1. Install Yeoman: npm install -g yo
  2. Install the generator locally: npm install -g generator-boilerplate
  3. Run: yo generator-boilerplate
  4. Start using Boilerplate
0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago