commander-docs
v1.0.1
Published
A Simple command to verify you have documented your [commander](https://www.npmjs.com/package/commander) programs correctly in your README
Downloads
127
Readme
commander-docs
A Simple command to verify you have documented your commander programs correctly in your README
Installation (optional)
npm install commander-docs
Usage
npx commander-docs [options] <script>
where <script>
is the path to the commander script that you're trying to verify
Options
--doc
optional - defaults to ./README.md
The path to markdown file you want to verify has all your documentation