Yeoman Generator for Genesis Skeleton.
- Install Yeoman:
npm install -g yo
- Install the Genesis Skeleton generator:
npm install -g generator-genesis
- Run:
yo genesis
- Start using Genesis Skeleton!
You can also specify which Genesis Skeleton feature you would like to use:
yo genesis --feature=seo
- Use
variant
instead offeature
branches
- Update to
yeoman/[email protected]
- Indicate branch when running generator
- Cosmetic adjustment to
npm init
step
- Complete refactor using
yeoman/[email protected]