fix docs

 - fix broken documentation for commands
 - back to 72 char limit for manpages / help in terminal

PR: #4
PR-URL: https://github.com/apache/couchdb-nmo/pull/4
Reviewed-By: garren smith <garren.smith@gmail.com>
6 files changed
tree: fce667e6b9724af669bbda2793f55d08c4c6336d
  1. bin/
  2. doc/
  3. node_modules/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintignore
  8. .jshintrc
  9. .nojekyll
  10. .npmignore
  11. .travis.yml
  12. LICENSE
  13. Makefile
  14. package.json
  15. README.md
README.md

nmo

nmo is a cli tool to manage CouchDB clusters and nodes.

Installation

npm install -g nmo

Contributing

It is written in ES6 and is using promises and generators for control flow. We are aiming for 100% test coverage.

Production dependencies are checked in for multiple reasons:

  • blazing fast installs for our users as they are defined as bundledDependencies in the package.json file and npm just downloads one tarball
  • if a package gets deleted on the registry, nmo still works for new installs
  • every contributor has the same version of a module

Help

http://robertkowalski.github.io/nmo/