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.

@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