Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryuapp/md2pdf

A simple CLI tool for converting markdown to PDF.
https://github.com/ryuapp/md2pdf

cli deno markdown markdown-to-pdf

Last synced: 3 days ago
JSON representation

A simple CLI tool for converting markdown to PDF.

Awesome Lists containing this project

README

        

# md2pdf

A simple CLI tool for converting markdown to PDF.

## Installation

```sh
deno install -grA jsr:@ryu/md2pdf/cli
```

Note: If you want to update the CLI, please reinstall with `-f` flag.

## Command

```sh
md2pdf: A simple CLI tool for converting markdown to PDF.

Usage: md2pdf [OPTION]... [FILE]...

Options:
-w, --watch Watch for file changes.
-h, --help Print help.
--css Set CSS file used for rendering.
```

## Related

- [md-to-pdf](https://github.com/simonhaenisch/md-to-pdf) - Markdown to PDF CLI
for Node.js.