Skip to content

Releases: jkerr321/tsundoku

Add separate commands to set config and run tool

28 Apr 10:20
Compare
Choose a tag to compare

Also use Yargs built in command types better.

See README for detailed info on usage.

v3.1.0 Bug fix on config file

24 Apr 18:46
Compare
Choose a tag to compare
Fix bug whereby config file was not being saved in the Tsundoku direc…

Take all config vars as inputs

22 Apr 17:47
Compare
Choose a tag to compare

Github has become out of sync with npm so bringing back in line here. See Readme for latest functionality and usage.

Require all config to be passed in by user

17 Apr 17:41
d6fba02
Compare
Choose a tag to compare
v3.0.0

Tidy up command line processes and require all config to be passed in…

Move to command line tool with Yargs

17 Apr 12:47
Compare
Choose a tag to compare

Previously this component was only able to be run locally by cloning the Github repo. This change will allow users to run the tool from the command line after install using npx tsundoku <command>

See the README for more info