You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cradle-init

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cradle-init

sets up cradle/couch nicely

0.1.4
latest
Source
npmnpm
Version published
Weekly downloads
1
-92.86%
Maintainers
2
Weekly downloads
 
Created
Source

cradle-init

creates database if necessary, and updates views. (clobbers, currently)

var db = require('cradle-init')(name, opts)
  .view('group/item', function (doc){//map function
    emit(key,value)
    }, function (key,values){

    }).ready(function (err,db){//create and intiailze database.
    })

Build Status

FAQs

Package last updated on 06 Jan 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts