1.0.3 • Published 2 years ago

commander-documentation-generator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Commander Documentation Generator

Description

This tool generates a markdown file containing the documentation for a given commander cli module.

Installation

npm install -g commander-documentation-generator

Documentation

Table of Contents

Commander-documentation-generator

Description: This is a CLI to generate commander CLI documentation

Arguments

NomAliasDescriptionOptionnelleValeur par défautExemple
--version-Voutput the version numberoptional


Module: Generate

Description:

Arguments

NomAliasDescriptionOptionnelleValeur par défautExemple
--input-iPath to config filerequired
--output-oPath to output filerequired./documentation.md

Example:

commander-documentation-generator generate  --input <input> --output <output>