generator-grunt-static-site

0.0.8 • Public • Published

Generator-grunt-static-site

A Yeoman generator for creating static sites that use grunt, browserify, ejs, and deploy to GitHub Pages.

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

License

MIT License

/generator-grunt-static-site/

    Package Sidebar

    Install

    npm i generator-grunt-static-site

    Weekly Downloads

    9

    Version

    0.0.8

    License

    none

    Last publish

    Collaborators

    • sethvincent