1.0.2 • Published 8 years ago

ditty-to-pdf v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Travis – build status
David – status of dependencies
Code style: airbnb

ditty-to-pdf

Convert one or more ditty files to a lyrics PDF

 

How about a live demo? Here’s the result of running ditty-to-pdf over these files: :

 

INSTALLATION

npm install --global ditty-to-pdf

Note that you need node 4.0+ to run the tool natively. But if you’re stuck on an older version, don’t worry! Rumour has it that you can transpile the code to ES5!

 

SYNOPSIS

ditty-to-pdf ...<file> <destination>

 

DESCRIPTION

We’ll render an A5-sized PDF with lyrics to the ditty songs. No fancy, just that.

 

OPTIONS

<file>

Pass one or more ditty files to land in the PDF.

<destination>

Pass a relative or absolute path the rendered PDF should be written to.

 

LICENSE

MIT © Tomek Wiszniewski