@cliffpyles/markdown-cli

CLI Utility for working with Markdown

Usage no npm install needed!

<script type="module">
  import cliffpylesMarkdownCli from 'https://cdn.skypack.dev/@cliffpyles/markdown-cli';
</script>

README

Markdown CLI

Setup

npm install -g @cliffpyles/markdown-cli

Generate

Generates a valid html document

Usage

markdown generate <sourceFile> <outputDestination> [...options]

Options:

-t, --title <title>  title to use in the document
-h, --help           output usage information
markdown generate someFile.md someDestination.html -t "My Document"