|
|
7 lat temu | |
|---|---|---|
| .. | ||
| doc | 7 lat temu | |
| fixture | 7 lat temu | |
| .npmignore | 7 lat temu | |
| .travis.yml | 7 lat temu | |
| LICENSE | 7 lat temu | |
| README.md | 7 lat temu | |
| example.js | 7 lat temu | |
| help-me.js | 7 lat temu | |
| package.json | 7 lat temu | |
| test.js | 7 lat temu | |
Help command for node, to use with minimist and commist.
'use strict'
var helpMe = require('help-me')
var help = helpMe({
// the default
dir: path.join(path.dirname(require.main.filename), 'doc'),
// the default
ext: '.txt'
})
help
.createStream(['hello']) // can support also strings
.pipe(process.stdout)
// little helper to do the same
help.toStdout(['hello']
Commist provide a command system for node.
var commist = require('commist')()
var help = require('help-me')()
commist.register('help', help.toStdout)
commist.parse(process.argv.splice(2))
This project was kindly sponsored by nearForm.
MIT