Have a cupcake with your express, coffee and coffeekup
A project generator for express and coffee-script.
- nodejs
- npm
npm install cupcake -g
cupcake [project name]
cd [project name]
npm install .
coffee app.coffee
# Goto http://localhost:3000
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
Please send pull requests to continue to add, this is just the beginning. Lets make an awesome application template generator!
The plans is to prompt for type of framework, template, and data libs. For example:
cupcake my_project
#
Welcome to CupCake!
What Framework would you like?
1. Express
2. Meryl
3. Zappa
What Template Engine would you like?
1. CoffeeKup
2. Eco
3. Jade
What DataStore would you like?
1. MongoDb
2. Redis
3. MySql
Please post an issue or tweet @jackhq
See LICENSE