sharkdown
markdown in your shell
Last updated 6 years ago by tmcw .
BSD-2-Clause · Original npm
$ cnpm install sharkdown 
SYNC missed versions from official npm registry.

Build Status

sharkdown

usage

npm install --save sharkdown

Or as a handy utility:

npm install sharkdown -g

And then you can do:

sharkdown file.md
sharkdown < "markdown data"

api

sharkdown(str)

Takes a string, returns a string with markdown encoded as control codes for a shell.

sharkdown()

Returns a through-stream for pipes.

example

var sharkdown = require('sharkdown');

process.stdin
    .pipe(sharkdown())
    .pipe(process.stdout);

Current Tags

  • 0.1.1                                ...           latest (6 years ago)

1 Versions

  • 0.1.1                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org