Emi is a WordPress starter theme package that has been automated to include a generator (using Yeoman). The generated themes is set up with Sass and Gulp.js for further automation.
If you don't already have Yeoman installed, you'll need to take care of that:
$ npm install -g yo
Or, if you get errors related to permissions, try:
$ sudo npm install -g yo
If you don't already have Gulp installed, go ahead and install it too:
$ npm install -g gulp
Or, if you get errors related to permissions, try:
$ sudo npm install -g gulp
You can install the Emi generator using the command:
$ npm install -g generator-emi
Then, you should be able to initiate the generator (you'll want to do this within an empty directory you create for your new theme):
$ yo emi
2.0.4 Run gulp styles
at end of generator to create working style.css
2.0.3 Fix package.json so other subdirectories are downloaded
2.0.2 Update installation directions
2.0.1 Improve description
2.0.0 Pulls Emi from the theme's repo
1.0.0 Initial release
MIT