Categorygithub.com/42milez/NexusModsUpdateChecker
repository
1.0.0
Repository: https://github.com/42milez/nexusmodsupdatechecker.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

NexusModsUpdateChecker

License: MIT

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