This is great. Thanks everyone.
> On 15 Jul 2015, at 5:33 AM, siva kumaran <[email protected]> wrote: > > Thats awesome to hear. Congratulation to all. > > On Wed, Jul 15, 2015 at 5:26 AM, Robert Kowalski <[email protected]> wrote: > >> Hi! >> >> I am happy to welcome nano as a new subproject of the CouchDB project! >> >> Nano is a minimalistic Node.js client for CouchDB. >> >> The code is located at >> https://git-wip-us.apache.org/repos/asf?p=couchdb-nano.git;a=summary >> >> The GitHub mirror is available now: >> https://github.com/apache/couchdb-nano >> >> Simple Quickstart: >> >> # clone the project from GitHub if you intent to send a PR for a review >> git clone https://github.com/apache/couchdb-nano.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-nano.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 everyone! >> >> Robert :) >>
