Skip to content

azer/show-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
});

About

Outputs help for parent package and exits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published