Skip to content
/ cupcake Public
forked from twilson63/cupcake

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

License

Notifications You must be signed in to change notification settings

gradus/cupcake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CupCake

Get a jumpstart to your express-coffee app!

All about choice

  • Choose your template engine (jade, eco, coffeekup, whiskers)
  • Choose your datastore (redis, nano, mysql, mongoose, mongoskin)

Cupcake automatically installs these modules for you:

  • Connect Assets
  • Stylus
  • Nib

Requirements

  • nodejs >= 0.6

Install

npm install cupcake -g

Usage

cupcake [project name]

- choose your template
- choose your datastore

Run your new project

cd [project name]
npm install 
npm start

# 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
public
  404.html
  robots.txt
assets
  js
    app.coffee
  css
    app.styl
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

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 54.7%
  • JavaScript 45.3%