Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zcong1993/md2pdf

markdown file to pdf
https://github.com/zcong1993/md2pdf

markdown md2pdf zcong1993

Last synced: 24 days ago
JSON representation

markdown file to pdf

Awesome Lists containing this project

README

        

# md2pdf

> markdown to pdf

[![NPM version](https://img.shields.io/npm/v/mdtopdf.svg?style=flat-square)](https://npmjs.com/package/mdtopdf) [![NPM downloads](https://img.shields.io/npm/dm/mdtopdf.svg?style=flat-square)](https://npmjs.com/package/mdtopdf) [![Build Status](https://img.shields.io/circleci/project/zcong1993/md2pdf/master.svg?style=flat-square)](https://circleci.com/gh/zcong1993/md2pdf)

## Install

```bash
$ yarn global add mdtopdf
# or
$ npm install mdtopdf -g
```

## Usage

```bash
# md2pdf is alias of mdtopdf
$ md2pdf [options]
# show help
$ md2pdf -h
```

## Docs

See [https://zcong1993.github.io/md2pdf/#/](https://zcong1993.github.io/md2pdf/#/).

## License

MIT © zcong1993