mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

Could the clone feature be added? #31

Open ldadams opened 12 years ago

ldadams commented 12 years ago

Would be nice for the ability to pull a couchapp source down.

emjayess commented 12 years ago

yes! just bumped in to this stumbling block... how can a collaborator pull/clone my node.couchapp.js-generated couchapp??!

max-mapper commented 12 years ago

i use github

emjayess commented 12 years ago

shoot for capability parity w/couchapp-python (?)

max-mapper commented 12 years ago

@emjayness that would be cool actually, i just havent had the time to implement a clone feature lately

emjayess commented 12 years ago

apologies if this is a little off-topic, but are the couchapps generated by couchapp-node and couchapp-python compatible?... can a couchapp-node-generated app be pulled down by the couchapp-python utility (and has anyone tried running these side-by-side)?

UPDATE: "Note that you cannot use Python couchapp to push couchapps written using node.couchapp.js into Couch and vice versa." (via the couchapp site)