takeoff
v0.0.3
Published
Launch into developing apps without settings them up
Downloads
4
Readme
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