cli-markdown
Advanced tools
Weekly downloads
Readme
Renderer Markdown in the Terminal.
Supports pretty tables and syntax highlighting
npm i -g cli-markdown
md demo.md
This will produce the following:
npm i cli-markdown
const cliMd = require('cli-markdown');
const md = '# Hello World'
console.log(cliMd(md));
npm run test
👤Grigorii Horos
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Grigorii Horos.
This project is GPL-3.0-or-later licensed.
FAQs
Render Markdown to Terminal
The npm package cli-markdown receives a total of 647 weekly downloads. As such, cli-markdown popularity was classified as not popular.
We found that cli-markdown demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.