Skip to content

Get Started with an Express app in no time...

License

Notifications You must be signed in to change notification settings

windhamdavid/cupcake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CupCake

Have a cupcake with your express, coffee and coffeekup

A project generator for express and coffee-script.

Requirements

  • nodejs
  • npm

Install

npm install cupcake -g

Usage

cupcake [project name]

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

Contribute

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

Future

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

Feedback

Please post an issue or tweet @jackhq

License

See LICENSE

About

Get Started with an Express app in no time...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%