Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 489 Bytes

md-to-pdf

Deprecated:

Please consider move to https://github.com/simonhaenisch/md-to-pdf

CLI tool to convert Markdown file to PDF file.

Install:

npm install --global md-to-pdf

Usage:

md-to-pdf: Convert all your .md files in working directory to .pdf files.

md-to-pdf /path/to/file.md: Convert your /path/to/file.md to /path/to/file.md

md-to-pdf /path/to/file1.md /path/to/file2.pdf: Convert your /path/to/file1.md to /path/to/file2.pdf