generator-stamp
v0.9.6
Published
Yeoman Generator featuring a flyweight Node.js server, Foundation css framework, and opinionated, yet customizeable javascript architecture.
Downloads
37
Readme
Generator-Stamp
A customized Yeoman generator
- A node.js server
- ZURB's Foundation
- AMD Module Javascript architecture
- Basic Backbone.js scaffold
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-stamp
- Run:
yo Stamp
– After Yeoman does its thing, install Foundation by running:$ compass install foundation
– And then finally:node server
to get things up and running!