0.0.4 • Published 9 years ago

generator-wvu-static-site v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#WVU Static site Generator

Build Status

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

###Installation

  • Visit NodeJS and install it if you don't already have it:

  • Install GulpJS if you don't already have it:

npm install -g gulp
  • Install BowerJS if you don't already have it:
npm install -g bower
  • Install Yeoman if you don't already have it:
npm install -g yo
  • Then install the generator:
npm install -g generator-wvu-static-site

###Usage

Make a new directory in the web projects folder of your choosing, and cd into it

mkdir my-new-site && cd $_

Run yo wvu-static-site or just yo and pick the WVU Static Site Generator then win.

yo wvu-static-site