1.5.0 • Published 1 year ago

@derhuerst/technical-docs-cli v1.5.0

Weekly downloads
55
License
ISC
Repository
github
Last release
1 year ago

@derhuerst/technical-docs-cli

Render technical markdown docs as HTML. Opinionated.

npm version build status ISC-licensed minimum Node.js version support me via GitHub Sponsors chat with me on Twitter

Installation

npm install @derhuerst/technical-docs-cli

Usage

Usage:
    build-technical-doc [options]
Options:
    --syntax-stylesheet <name>
        Print a syntax highlighting stylesheet from highlight.js.
    --syntax-stylesheet-url
        Link to the syntax highlighting stylesheet. Default: ./syntax.css
    --change-md-links
        Change `*.md` links to `.html`. Default: true
Examples:
    cat readme.md | build-technical-doc >index.html