0.0.6 • Published 5 years ago

generator-sss v0.0.6

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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

0.0.6

5 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago