Yeoman generator
Make sure Yeoman is installed
npm install -g yo
To install this generator, clone the repo to your local box.
Run npm link
inside the repo so Yeoman can find it
git clone git@github.com:archercom/generator-fletcher.git
cd generator-fletcher
npm link
This generator is designed to get a Drupal sub-theme going for you. It makes a templated version of arrowhead You must create theme's folder first and run yeoman from there.
cd sites/all/themes/
mkdir new-theme
cd new-theme
yo fletcher
MIT