Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
A simple CLI tool for converting markdown to PDF.
- Host: GitHub
- URL: https://github.com/ryuapp/md2pdf
- Owner: ryuapp
- License: mit
- Created: 2024-08-14T05:18:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T13:31:11.000Z (3 months ago)
- Last Synced: 2024-10-14T08:20:40.728Z (3 months ago)
- Topics: cli, deno, markdown, markdown-to-pdf
- Language: TypeScript
- Homepage: https://jsr.io/@ryu/md2pdf
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.