🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

bulk-markdown-to-png

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulk-markdown-to-png

Render a stream of markdown files to a tarball of pngs

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

bulk-markdown-to-png

Render a stream of markdown files to a tarball of pngs

npm install -g bulk-markdown-to-png

build status

Usage

dat clone npm.dathub.org --skim
dat cat --gte dat --limit 20 | bulk-markdown-to-png > readmes.tar

Programmatic usage

var render = require('bulk-markdown-to-png')
var fs = require('fs')

var transform = render()

transform.write('{"key":"hello", "readme":"# hello world"}')
transform.end()

transform.pipe(fs.createWriteStream('readmes.tar'))

Using docker

Since this contains some binary dependencies there is also a docker build available

dat cat --gte dat --limit 20 | docker run -i --rm mafintosh/bulk-markdown-to-png > readmes.tar

License

MIT

Keywords

tar

FAQs

Package last updated on 02 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts