0.0.3 • Published 10 years ago

takeoff v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

Takeoff

Houston, pilots are ready to boogie

docs

Takeoff helps you scaffold node apps so that you spend more time building new things than just setting them up. Apps setup using this tool use Koa the lightweight framework by creators behind express.

setup

Make sure you have node and npm installed (node >= v.0.11.13)

  • Globally install the liftoff module.
npm install -g liftoff
  • Instant scaffolding by using the liftoff CLI tool
mkdir myApp
cd myApp
liftoff
  • After installation launch your application using gulp
gulp