You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Konstantin Cherkasov <co...@imarto.net> on 2011/02/22 10:44:06 UTC

Command-line tools

Hi, All!

I'd like to edit source code of views (and other stuff) in a text editor and push it into _design docs.
What is the recommended command-line tools to export/import code from/to CouchDB ?

-- 
 Konstantin Cherkasov


Re: Command-line tools

Posted by David Rose <do...@gmail.com>.
Another option: https://github.com/mikeal/node.couchapp.js

On Tue, Feb 22, 2011 at 3:50 AM, Jonathan Stott
<jo...@gmail.com> wrote:
> 2011/2/22 Konstantin Cherkasov <co...@imarto.net>:
>> I'd like to edit source code of views (and other stuff) in a text editor and push it into _design docs.
>> What is the recommended command-line tools to export/import code from/to CouchDB ?
>
> Couchapp: http://couchapp.org/page/index
>
> Regards
> Jon
>

Re: Command-line tools

Posted by Jonathan Stott <jo...@gmail.com>.
2011/2/22 Konstantin Cherkasov <co...@imarto.net>:
> I'd like to edit source code of views (and other stuff) in a text editor and push it into _design docs.
> What is the recommended command-line tools to export/import code from/to CouchDB ?

Couchapp: http://couchapp.org/page/index

Regards
Jon