generator-nsa

Boilerplate for starting a node application


Keywords
node, yeoman-generator
License
Apache-2.0
Install
npm install generator-nsa@0.0.1

Documentation

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