generator-stamp

Yeoman Generator featuring a flyweight Node.js server, Foundation css framework, and opinionated, yet customizeable javascript architecture.

Usage no npm install needed!

<script type="module">
  import generatorStamp from 'https://cdn.skypack.dev/generator-stamp';
</script>

README

Generator-Stamp

Build Status

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!

License

MIT License