1.1.0 • Published 8 years ago

generator-subchannel v1.1.0

Weekly downloads
11
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

generator-subchannel

A Yeoman generator for Subchannel projects.

npm.io

Codeship Status for subchannel/generator Code Climate

Usage

First install Yeoman and the Subchannel generator globally using Yarn or npm.

$ yarn global add yo generator-subchannel
$ npm install --global yo generator-subchannel

Then create a new project directory and run the generator inside of it.

$ mkdir my-project
$ cd my-project
$ yo subchannel

The default Subchannel generator will create generic files that should be included in any project such as .gitignore, README.md and a few others.

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago