Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

cli-markdown

Package Overview
Dependencies
7
Maintainers
1
Versions
20
Issues
File Explorer

Advanced tools

cli-markdown

Render Markdown to Terminal

    3.0.3latest
    GitHub

Version published
Maintainers
1
Weekly downloads
797
decreased by-21.4%

Weekly downloads

Readme

Source

Welcome to cli-markdown

Version Documentation Maintenance License: GPL-3.0 Downloads

Renderer Markdown in the Terminal.
Supports pretty tables and syntax highlighting

Install

npm i -g cli-markdown

Example

md demo.md

This will produce the following:

Screenshot of cli-markdown

Usage as module

npm i cli-markdown const cliMd = require('cli-markdown'); const md = '# Hello World' console.log(cliMd(md));

Run tests

npm run test

Author

👤Grigorii Horos

  • Github: @horosgrisa

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2019 Grigorii Horos.

This project is GPL-3.0-or-later licensed.

Keywords

FAQs

Last updated on 19 Jan 2023

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc