generator-awesome

0.1.1 • Public • Published

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. git submodule add YOUR-REPO-ON-GITHUB app/templates
  2. README.md: Anywhere you see 'boilerplate' should be customized with the name of the generator you are creating (e.g generator-bill)
  3. package.json: Customize the repository, author and dependencies.

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i generator-awesome

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • addyosmani