1.0.1 • Published 9 months ago
commander-docs v1.0.1
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