Skip to content

wvuweb/generator-wvu-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published