Hi!

More JavaScript Goodness, this time written in ES6/ES 2015!

nmo is now a subproject of CouchDB, like nano. nmo is a cli client for
managing couchdb 2.0 clusters.

The code is located at
https://git-wip-us.apache.org/repos/asf?p=couchdb-nmo.git;a=summary

The GitHub mirror is available now:
https://github.com/apache/couchdb-nmo

Simple Quickstart:

# clone the project from GitHub if you intent to send a PR for a review
git clone https://github.com/apache/couchdb-nmo.git

# add the asf repos as "upstream" if you are a committer, if not, becoming a
# committer is easy, get involved!
git remote add upstream https://git-wip-us.apache.org/repos/asf/couchdb-nmo.git

# create pull requests as usual

# hint: use this gist for easy reviewing of github PRs
https://gist.github.com/piscisaureus/3342247

# after a merge, push to upstream
git push upstream master

important to know: force pushes on master are disabled.


Happy hacking! :)

Robert

Reply via email to