A CLI-tool that helps convert Markdown documents to a PDF format.
Assumes NodeJS is installed on your machine.
git clone https://github.com/Graveyard-Shift/GraveyardShift-MDtoPDF
cd GraveyardShift-MDtoPDF
yarn build
yarn i
or
npm i -g
gys-md-pdf <options>
-
-s
or--src
: The source path of the Markdown file -
-d
or--dest
: The destination file of the PDF file -
-f
or--format
: The format of the PDF being generated
gys-md-pdf -s ./doc.md -d ./doc.pdf -f A4
Running the gys-md-pdf
command will convert the entered Markdown and generate a PDF document in the destination path with the GraveyardShift logo prepended.
👤 Sihle Masebuku snts.abode@graveyardshiftco.com
Give a ⭐️ if this project helped you!