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
@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