generator-wvu-static-site

WVU Static Site Generator

Usage no npm install needed!

<script type="module">
  import generatorWvuStaticSite from 'https://cdn.skypack.dev/generator-wvu-static-site';
</script>

README

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