npm.io
0.0.23 • Published 12 years ago

kibu

Licence
MIT
Version
0.0.23
Deps
4
Vulns
3
Weekly
0

Kibu

Build Status

this is a work in progress. check back later.

Usage

Install kibu globally.

npm install -g kibu

To generate a new project

kibu -n <project_name>
cd <project_name>/
npm install

Start your server

kibu -s <port|3000>

Testing

Kibu uses jasmine-node for testing. Be sure to install it with npm install -g jasmine-node.

Run the kibu specs with

kibu -t

Influences

This project is heavily influenced by connect and express.