Project

couchpop

0.0
No commit activity in last 3 years
No release in over 3 years
Couchpop uploads a directory to CouchDB
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.0.1
 Project Readme

CouchPop

Pushes the contents of a directory to CouchDB.

Installation

gem install couchpop

Usage

In your project directory, run:

couchpop

This uploads the contents of the current directory to localhost:5984/dbname/appname

dbname and appname are set by default to the current directory name.

You can specify them as arguments:

couchpop my_database my_app

Requirements.

CouchDB needs to be installed and running.

This app shells out to curl, so you need to have curl installed.

Made by Paul Campbell, @paulca with help from Chris Williams