generator-grunt-static-site
v0.0.8
Published
A Yeoman generator for creating static sites that use grunt, browserify, ejs, and deploy to GitHub Pages.
Downloads
4
Readme
Generator-grunt-static-site
A generator for Yeoman.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-grunt-static-site
- Run:
yo grunt-static-site
Usage:
Initialize the git repository for the project:
git init
Add and commit the files:
git add .
git commit -m 'initial commit'
Create a new repository on github
Make sure it has the same name you entered when you generated this project.
Edit the project files to add your content.
Deploy to GitHub Pages:
grunt deploy