UNPKG

generator-wvu-cleanslate-theme

Version:
54 lines (32 loc) 1.27 kB
#WVU CleanSlate Theme Generator [![Build Status](https://travis-ci.org/wvuweb/generator-wvu-cleanslate-theme.svg?branch=master)](https://travis-ci.org/wvuweb/generator-wvu-cleanslate-theme) The purpose of this generator is to quickly boostrap CleanSlate Themes for West Virginia University web developers. **NPM** [https://www.npmjs.org/package/generator-wvu-cleanslate-theme](https://www.npmjs.org/package/generator-wvu-cleanslate-theme) ###Installation * Visit [NodeJS](http://nodejs.org/) and install it if you don't already have it: * Install [GulpJS](http://gulpjs.com/) if you don't already have it: ```bash npm install -g gulp ``` * Install [BowerJS](http://bower.io/) if you don't already have it: ```bash npm install -g bower ``` * Install Yeoman if you don't already have it: ```bash npm install -g yo ``` * Then install the generator: ```bash npm install -g generator-wvu-cleanslate-theme ``` ###Usage Make a new directory in your `cleanslate_themes/` folder, and `cd` into it ```bash mkdir my-new-theme && cd $_ ``` Run `yo wvu-cleanslate-theme` and win. ```bash yo wvu-cleanslate-theme ``` If you have [hammer](https://github.com/wvuweb/hammer) installed your base theme will now be ready to view and work on.