0.0.6 • Published 7 years ago
generator-sss v0.0.6
generator-sss

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.jsSome niceties:
- Run
gulpfor 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-sssGo into project folder and run
npm installThen generate your new project:
yo sssLicense
Apache-2.0 © Phillip_Chan