markdown-cli
v1.6.0
Published
Output markdown to CLI
Downloads
8,543
Readme
markdown-cli
Output markdown to CLI
Screenshot
See an example.md rendered:
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install markdown-cli --global
Tests
npm install
npm test
Dependencies
- cardinal: Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.
- chalk: Terminal string styling done right. Much color.
- cli-table: Pretty unicode tables for the CLI
- get-stdin: Get stdin as a string or buffer
- indent-string: Indent each line in a string
- marked: A markdown parser built for speed
- meow: CLI app helper
- node-emoji: simple emoji support for node.js projects
- update-notifier: Update notifications for your CLI app
- wrap-ansi: Wordwrap a string with ANSI escape codes
Dev Dependencies
License
MIT