0.0.5 • Published 11 years ago

aircraft v0.0.5

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

aircraft

https://aircraft.vc

a small framework for simple web apps

Getting Started

Install the module with: npm install aircraft

Generate an Aircraft app with:

aircraft new myapp

cd myapp

aircraft g model post

aircraft g controller post

aircraft g view post show

aircraft g routes post show

edit app.coffee to set your db config

coffee -cw .; coffee app.coffee

browse to http://localhost:4444

app = require( 'aircraft' )...

app.get '/', ( req, res ) ->
  @post = new app.Post
  @view = new app.Show req, res, null, @post

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

Release History

(Nothing yet)

License

Copyright (c) 2013 Brian Hendrickson
Licensed under the MIT license.

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago