Skip to content

Instantly share code, notes, and snippets.

@danse
Created November 19, 2014 14:01
Show Gist options
  • Save danse/ba90b017b71f6e5fd420 to your computer and use it in GitHub Desktop.
Save danse/ba90b017b71f6e5fd420 to your computer and use it in GitHub Desktop.
Manage Couch Apps

We could manage them with Grunt in Angular apps, but i think that it would be nicer to use a script that is suitable also for the backend. I found the following possibilities:

I am not fully convinced about any of them. erica and node.couchapp have many issues. Specifically, erica seems to not be very active. couchapp seems fine, but the documentation server seems to be down now.

@emig
Copy link

emig commented Nov 19, 2014

Couchapp is oriented to have an app developed via couch documents. But it can be used to simply manage views. Documentation can be found here

@emig
Copy link

emig commented Nov 19, 2014

On the other hand Grunt will match more with a pure js development.

@danse
Copy link
Author

danse commented Nov 19, 2014

couchapp allows to clone views already existing on the database, so one can do experiments on the database and then clone the result

@danse
Copy link
Author

danse commented Jan 16, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment