0.1.6 • Published 10 years ago

cape v0.1.6

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

project

Install couchdb using a package manager, or follow instructions on build-couchdb.

To start a couchdb instance run bin/couchdb. It loads the config from bin/couch.ini.

Description

Install:

npm install cap

Add dependency to your project with

"cap": "git@github.com/Michieljoris/cap"

or

"cap": "*"

Require in a module:

var cap = require('cap');

Use:

See documentation.