generator-wvu-static-site
v0.0.4
Published
WVU Static Site Generator
Downloads
5
Maintainers
Readme
#WVU Static site Generator
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