VSMM is a vintage story mod manager i wrote for myself to automatically update my mods and create mod lists. It is only a command line tool because im a nerd and i hate writing guis feel free to write a frontend for it if so inclined.
Updating
vsmm updateConfig
vsmm config vs_location ~/games/vintagestoryModlist
# creates a new modlist from current Mods directory
vsmm modlist new my_modlist
# swaps to the name of old modlist
vsmm modlist swap my_other_modlist
# shows all modlists
vsmm modlist all
# prints the contents of the modlist to stdout. useful for exporting
vsmm print my_modlist
# deletes modlist
vsmm modlist delete my_modlist