github-man

September 13, 2015 ยท View on GitHub

npm

github-man

Dependency Status

Open README from GitHub repository as a man page.

screenshot

CLI

github-man <user> <repo>

Opens readme for <user>/<repo> as a man page.

API

githubMan(user, repo, cb(err, man))

Fetches readme for <user>/<repo> from GitHub and renders it into a man page.

Related

  • npm-man โ€” open any package readme from npm as a man page.
  • readman - display local package readme as a man page.

Install

npm install -g github-man

License

MIT

Contents

  1. 1CLI
  2. 1.1">github-man &#x3C;user> &#x3C;repo>
  3. 2API
  4. 2.1githubMan(user, repo, cb(err, man))
  5. 3Related
  6. 4Install
  7. 5License