0.0.7 • Published 10 years ago

generator-exp v0.0.7

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

Generator-exp

An express/nunjucks/less/requirejs generator for quick prototyping.

Ready to deploy to Heroku in minutes!

See an example of what gets generated.

Uses:

  • express
  • less
  • nunjucks or jade for templating
  • requirejs
  • jshint
  • grunt for precompiling/minification
  • Font-Awesome for UI elements (optional)

Installation

npm install -g yo
npm install -g generator-exp

Usage

mkdir my-app-name
cd my-app-name
yo exp

Deployment

Use the nodejs-grunt buildpack:

heroku create {{your app name}} --buildpack https://github.com/mbuchetics/heroku-buildpack-nodejs-grunt
git push heroku master
0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago