Skip to content

eush77/npm-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 8, 2017
1f03b54 · Jul 8, 2017

History

37 Commits
Jun 4, 2015
Jul 8, 2017
Sep 7, 2015
Sep 7, 2015
Jul 8, 2017
Jul 8, 2017
Jul 15, 2015

Repository files navigation

npm

npm-man

Dependency Status

Fetches package's readme from the npm registry and renders it as a man page.

screenshot

CLI

npm-man <package>

Opens readme for <package> as a man page.

API

npmMan(packageName, cb(err, man))

Fetches readme for packageName from the npm registry and returns it as a man page.

Related

  • github-man — open README from GitHub repository as a man page.
  • readman - display local package readme as a man page.

Install

npm install -g npm-man

License

MIT