generator-theme
v0.6.0
Published
Scaffold out a theme
Downloads
8
Readme
generator-theme
Scaffold out a theme
Installation
First, install Yeoman and generator-theme using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-theme
Then generate your new project:
yo theme
Contributing
To be able to test un-committed and un-published changes from this repo, run npm link
in this folder and then you'll be able to yo theme
anywhere you'd like to test!