You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Ryan Ramage <ry...@gmail.com> on 2011/04/20 22:31:42 UTC

Reupholster - A tiny couchdb development tool

Hey relaxers,

I have written a small tool that is a little more lightweight then the
standard couchapps. It is called reupholster. The project is here:

http://code.google.com/p/reupholster/

To try it out just download the jar file and click on it. Here is what it does:

- You choose a working directory
- You choose a couchdb instance (host, port, dbname)
- You get an example project created in the working directory with
html and tests folders
- As you edit the html files in realtime, the changes are
automatically sent to couch.
- Click on the couch icon in the tray, and select Run Tests to run the
tests in the 'tests' directory

I think it is useful for small couch applications, or introducing
noobs to couchdb.

Its alpha, and any feedback is welcome.

Ryan