Skip to content

Graveyard-Shift/GraveyardShift-MDtoPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraveyardShift-MDtoPDF

A CLI-tool that helps convert Markdown documents to a PDF format.

Installation

Assumes NodeJS is installed on your machine.

Install from source

git clone https://github.com/Graveyard-Shift/GraveyardShift-MDtoPDF
cd GraveyardShift-MDtoPDF
yarn build
yarn i
or
npm i -g

Usage

gys-md-pdf <options>

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

Example

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.


Author

👤 Sihle Masebuku snts.abode@graveyardshiftco.com

Show your support

Give a ⭐️ if this project helped you!


Releases

No releases published

Packages

No packages published