generator-subchanneldeprecated

A Yeoman generator for Subchannel projects

Usage no npm install needed!

<script type="module">
  import generatorSubchannel from 'https://cdn.skypack.dev/generator-subchannel';
</script>

README

generator-subchannel

A Yeoman generator for Subchannel projects.

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.