0.0.5 • Published 12 years ago

layer-cake v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

layer-cake

layer-cake is a little node.js web framework care of your friends at MongoHQ.

The basic idea is to remove a lot of the normal boilerplate that goes into almost every express application, while adding some nice features to make your life easier.

Installation

$ npm install --save layer-cake

Usage

Command-Line

layer-cake command line image

Expected Directory Structure

my-project
|- app/
|  |- controllers/
|  |  |- app_controller.coffee
|  |- initialize.coffee
|  |- middleware.coffee
|- config/
|  |- server.json
|  |- development/
|  |  |- mongodb.json
|  |- production/
|  |  |- mongodb.json
|- lib/
|- package.json

Components

Controllers

Middleware

Initializer

Configuration

License

Copyright (c) 2013 MongoHQ Inc. Licensed under the MIT license.