1.16.0 • Published 6 years ago
@fn2/boiler v1.16.0
boiler
Boilerplate generator 🥘
Install
npm i -g @fn2/boilerRun
mkdir new-project; cd new-project
boilerStructure
This project uses plop under the hood. Most of this terminology comes from that project.
| Directory | Description |
|---|---|
projects | Groups of generators |
generators | Groups of prompts and actions |
actions | Steps to perform |
prompts | Individual user inputs |
Development
Execute ./bin/test to test a generator, then check the testProject directory for output.