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 five .ditty
files (∎ ∎ ∎ ∎ ∎):
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!
ditty-to-pdf ...<file> <destination>
We’ll render an A5-sized PDF with lyrics to the ditty songs. No fancy, just that.
Pass one or more ditty files to land in the PDF.
Pass a relative or absolute path the rendered PDF should be written to.