generator-wvu-static-site
Version:
WVU Static Site Generator
51 lines (31 loc) • 1.14 kB
Markdown
#WVU Static site Generator
[](https://travis-ci.org/wvuweb/generator-wvu-static-site)
The purpose of this generator is to quickly bootstrap Static Sites for West Virginia University web developers.
**NPM** [https://www.npmjs.org/package/generator-wvu-static-site](https://www.npmjs.org/package/generator-wvu-static-site)
###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-static-site
```
###Usage
Make a new directory in the web projects folder of your choosing, and `cd` into it
```bash
mkdir my-new-site && cd $_
```
Run `yo wvu-static-site` or just `yo` and pick the WVU Static Site Generator then win.
```bash
yo wvu-static-site
```