Skip to content

Yeoman generator for Emi, a clean, Sass and Gulp-ready WordPress starter theme

Notifications You must be signed in to change notification settings

armellarcier/yo-emi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emi, an automated WordPress Starter Theme

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.

Getting Started

Install Yeoman

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

Install Gulp

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

Install Emi

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

Changelog

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

License

MIT

About

Yeoman generator for Emi, a clean, Sass and Gulp-ready WordPress starter theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%