About this mod
This is a command-line tool that can be used to upload mod files to an existing mod on Nexus Mods.
- Requirements
- Permissions and credits
- Mirrors
- Changelogs
- Donations
This is a command-line tool that can be used to upload mod files to an existing mod Nexus Mods.
License
MIT License
Closed-source license is available for commercial use.
Source
GitHub
ReadMe
Check out the ReadMe for an overview.
Automation
Here is an example of using the the utility with GitHub Actions. This runs the 'nx check' command.
# Nexus Upload
nexusupload:
name: Upload to Nexus
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: '6.0.x'
- name: Restore tools
run: dotnet tool install -g Digitalroot.ModUploader
- name: Upload
env:
NEXUSMOD_API_KEY: ${{ secrets.nexus-api-key }}
NEXUSMOD_COOKIE: ${{ secrets.nexus-cookies-header }}
run: |
srmu nx check
Issues/Bugs
Open an issue or bug on the issue board.
Questions
Ask a question on the discussions board.
Support Me @ https://www.buymeacoffee.com/digitalroot
Thanks to
- agc93