bulk-md-to-pdf

1.0.3 • Public • Published

bulk-md-to-pdf

CLI tool wrapper around md-to-pdf to convert multiple .md notes to .pdf.

Install

npm install -g bulk-md-to-pdf

Usage

  • build <notesDirPath> (alias b): Converts *.md files in notesDirPath to *.pdf files

    E.g., bulk-md-to-pdf build ./notes (or bulk-md-to-pdf b ./notes)

  • open-build (alias o): Opens the build folder

  • clean (alias c): Removes all built *.pdf files

Testing

Link bin locally: npm link (run in project folder root)

CLI should now be available globally via bulk-md-to-pdf <command> [options].

Alternatively, CLI can be used locally through an npm script via npm start <command> [options], other npm scripts include:

  • npm run build <notesDirPath>
  • npm run clean

Package Sidebar

Install

npm i bulk-md-to-pdf

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

21.1 kB

Total Files

9

Last publish

Collaborators

  • surajs02