anuaimi / planner-pdf

0 stars 0 forks source link

add command line switch to select dates to use #15

Closed anuaimi closed 1 year ago

anuaimi commented 1 year ago

right now the dates for the planner pages are a variable in the code. It should be possible for a user to run the script with command line switches to set which dates to print planner pages for

anuaimi commented 1 year ago

consider using Commander

a lengthy tutorial but probably has enough to get core ideas https://blog.logrocket.com/building-typescript-cli-node-js-commander/

anuaimi commented 1 year ago