App/Addon Generator for the FW App System
First, install Yeoman and generator-fw using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-fw
Then generate your new project:
yo fw
Running that will give you a list of generators to choose from. There are currently two:
- Group Control Kit (gckit) - Generates an FW App based on the Group Control permissions structure
- PHP Kit (phpkit) - Generates an FW Addon
You can optionally run one of those generators specifically:
yo fw:gckit # Runs the gckit generator
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.