generator-sss

0.0.6 • Public • Published

generator-sss NPM version Build Status Dependency Status Coverage percentage

Super Simple Site Generator

This is for quick static site projects built in Yeoman. It produces just an index.html, a CSS, and JS file.

What's Generated:

Just a simple enough site structure to get going immediately:

index.html
css/
    main.css
js/
    main.js

Some niceties:

  • Run gulp for live reload server
  • It has Skeleton built in so that quick scaffolding can happen.

Installation

First, install Yeoman and generator-sss using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-sss

Go into project folder and run

npm install

Then generate your new project:

yo sss

License

Apache-2.0 © Phillip_Chan

Package Sidebar

Install

npm i generator-sss

Weekly Downloads

0

Version

0.0.6

License

Apache-2.0

Unpacked Size

6 kB

Total Files

10

Last publish

Collaborators

  • phillipchan1