azer / show-help

Outputs help for parent package and exits
4 stars 1 forks source link

show-help

Outputs help for parent package and exits. See Also: show-version

Install

$ npm install show-help

Usage

if(argv.help) require('show-help')();

Will show the content of first found file from the lookup paths.

Options

require('show-help')({
  filename: 'doc.md',
  transform: parseMarkdown
});