mikeal / node.couchapp.js

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

Will it subscribe my python command "couchapp" ? #17

Closed manobi closed 13 years ago

manobi commented 13 years ago

Any idea to have both of them working together ?

max-mapper commented 13 years ago

They are not compatible, but there is no reason that you would need to use both. Pick whichever one appeals to you more :) You can learn more about the differences here http://couchapp.org

max-mapper commented 13 years ago

Also, since they both install into my path as couchapp I aliased the Python couchapp command as couchappy:

pip install couchapp
sudo mv /usr/bin/couchapp /usr/bin/couchappy
npm install -g couchapp

then you can run couchappy for python couchapp or couchapp for node.couchapp.js

mikeal commented 13 years ago

we should implement a clone command for node-couchapp, then if someone wants to move from one tool to another they can just push and clone.

manobi commented 13 years ago

Maxogden suggest should work, thanks!

max-mapper commented 13 years ago

you're welcome?

nickperkinslondon commented 12 years ago

Previously having the python couchapp causes a nasty error message when trying to npm install couchapp: https://github.com/isaacs/npm/issues/1451

Don't you think that a large number of your "customers" might also have the python couchapp installed? Maybe you guys should change your executable name to "nodecouchapp" or something else?