madcat

0.2.0 • Public • Published

madcat

Like cat, but with markdown->terminal conversion.

Hate typing cat README.md and seeing gross formatting instead of nice(ish) text? No? Well, ok.

Installation

npm install madcat -g

Usage

madcat README.md

or

cat README.md | madcat

or

cat README.md | madcat -

Tables

woohoo madcat handles
most of your
table needs except
alignment oh well

Syntax Highlighting

function foo(bar) {
  return {
    a: ('a' + bar + 'b').length,
    b: 'baz'
  };
}

Lists

  • Some
  • List
  • Items
  1. Things
  2. To
  3. Do

Blockquotes

Sometimes people use blockquotes and it might contain markdown

Links

You can find madcat on npm.

Readme

Keywords

none

Package Sidebar

Install

npm i madcat

Weekly Downloads

2

Version

0.2.0

License

BSD

Last publish

Collaborators

  • prashtx