1.0.6 • Published 4 years ago

pawdf v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Pawdf

A CLI tool for generating pdf from markdown files.

Requirements

  • Node.js 11.0 or higher.
  • npm or yarn

Using Pawdf

  1. Open up your terminal
  2. Run npm i -g pawdf

or...

  1. clone this repo
  2. open folder in terminal
  3. run npm i -g

to use pawdf, open your terminal and type the pawdf command followed by two flags:

  • -f, --file, relative path to markdown file to be converted.
  • -o, --output, name of the generated pdf file.
  • -p, --path (optional), relative path for saving the pdf file. if none given, it saves the file in the same folder as the markdown file.

example:

pawdf -f index.md -o index # generates index.pdf on the same folder

using relative paths:

pawdf -f ../index.md -o index -p ./ # generates index.pdf on actual folder from index.md one folder above.

Contributing

As this is supposed to be used only by me (at least I think it will), I don't think if anyone would be interested in contributing to the repo, but if one wants to, feel free to add any PR or sugestion.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago