0.3.8 • Published 12 years ago

cupcake v0.3.8

Weekly downloads
51
License
-
Repository
-
Last release
12 years ago

CupCake

Have a cupcake with your express, coffee and coffeekup

A project generator for express and coffee-script.

About 0.2.0

  • Choose your template engine (jade, eco, or coffeekup)
  • Choose your datastore (request, mysql, mongoskin)

Requirements

  • nodejs
  • npm

Install

npm install cupcake -g

Usage

cupcake [project name]

- choose your template
- choose your datastore

Run your new project

cd [project name]
npm install .
coffee app.coffee

# Goto http://localhost:3000

You have a working express app in coffee-script!

CupCake creates the following files for you to get hacking:

app.coffee app.js package.json readme.md views index.coffee layout.coffee

Don't forget to make adjustments to your Readme, and Package.js

Test

cake spec

Contribute

Please send pull requests to continue to add, this is just the beginning. Lets make an awesome application template generator!

Thanks to :

https://github.com/twilson63/cupcake/contributors

Feedback

Please post an issue or tweet @jackhq

Copyright

See LICENSE

0.3.8

12 years ago

0.3.7

12 years ago

0.3.6

12 years ago

0.3.5

12 years ago

0.3.4

12 years ago

0.3.3

12 years ago

0.3.1

12 years ago

0.3.0-1-beta

12 years ago

0.2.1

12 years ago

0.2.0

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago

0.0.8

13 years ago

0.0.7

13 years ago

0.0.6

13 years ago

0.0.4

13 years ago

0.0.2

13 years ago