generator-bonsai
v0.0.2
Published
Use Yeoman to generate a clean, Sass and Gulp-ready WordPress starter theme
Downloads
37
Maintainers
Readme
Bonsai, an automated WordPress Starter Theme
Bonsai 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 yoOr, if you get errors related to permissions, try:
$ sudo npm install -g yoInstall Gulp
If you don't already have Gulp installed, go ahead and install it too:
$ npm install -g gulpOr, if you get errors related to permissions, try:
$ sudo npm install -g gulpInstall Bonsai
You can install the Bonsai generator using the command:
$ npm install -g generator-bonsaiThen, 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 bonsaiChangelog
0.0.2 Initial release / fork
License
MIT
