generator-h4i
v0.0.1
Published
A Yeoman generator to help construct JavaScript frontends and backends for Hack4Impact projects
Downloads
3
Readme
generator-h4i
This package is still very much a work in progress and is nowhere near a unfinished state.
Usage
To use this (and any other Yeoman generator), you'll first need to instll yo
globally as follows:
npm install -g yo
Then, install generator-h4i
globally:
npm install -g generator-h4i
Run the generator using the yo command:
yo h4i
Or call a subgenerator to generate only a single part of your project:
yo h4i:backend
yo h4i:frontend