# Packages
No description provided by the author
# README
NexusModsUpdateChecker
Watches new releases on NexusMods.com and automatically creates a pull request which includes the new file metadata.
Usage
Build
make compile RELEASE=true
Update metadata
Execute ./bin/checker
with update
sub-command, then mod metadata is stored into mod.yml
. Also, a pull request which includes the updates is created automatically.
./bin/checker update
If you do not yet add mod id to mod.yml, add it prior to updating.
cyberpunk2077:
- id: MOD_ID // required
- name: MOD_NAME // optional
- author: MOD_AUTHOR // optional
Also, if you would not like to create pull request automatically, you can use -c
flag.
./bin/checker -c=false update
Download mods
./bin/checker download