Open README from GitHub repository as a man page
JavaScript
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
cli.js
index.js
package.json
screenshot.png

README.md

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