sharkdown

WebJar for sharkdown

License

License

BSD 2-Clause
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

github-com-tmcw-up-for-adoption-sharkdown
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

sharkdown
WebJar for sharkdown
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/tmcw-up-for-adoption/sharkdown

Download github-com-tmcw-up-for-adoption-sharkdown

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-tmcw-up-for-adoption-sharkdown/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-tmcw-up-for-adoption-sharkdown</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tmcw-up-for-adoption-sharkdown/
implementation 'org.webjars.npm:github-com-tmcw-up-for-adoption-sharkdown:0.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-tmcw-up-for-adoption-sharkdown/
implementation ("org.webjars.npm:github-com-tmcw-up-for-adoption-sharkdown:0.1.1")
'org.webjars.npm:github-com-tmcw-up-for-adoption-sharkdown:jar:0.1.1'
<dependency org="org.webjars.npm" name="github-com-tmcw-up-for-adoption-sharkdown" rev="0.1.1">
  <artifact name="github-com-tmcw-up-for-adoption-sharkdown" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-tmcw-up-for-adoption-sharkdown', version='0.1.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-tmcw-up-for-adoption-sharkdown" % "0.1.1"
[org.webjars.npm/github-com-tmcw-up-for-adoption-sharkdown "0.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : split jar [0.2.10,0.3)
org.webjars.npm : minimist jar [0.0.5]
org.webjars.npm : cardinal jar [0.4.2,0.5)

Project Modules

There are no modules declared in this project.

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);
org.webjars.npm

Versions

Version
0.1.1