A template repository for Northstar mods with a mostly pre-configured github action for publishing to Thunderstore
- Click the
Use this templatebutton on the top right of the repo's landing page (here) - Give the new repo a name and make sure it's set to
public -
Also in
settings, undersecrets->actions, add your Thunderstore token as a secret namedTS_KEY(Steps for getting a token can be found here)
- Update this README and
icon.pngas they will be used by Thunderstore as well - Write your mod! (HINT: Find the docs here)
- Before pushing large files (100mb or larger), run
concat_assets.shand commit the archives instead. Your archives will be automatically concatted and extracted when creating a github release so the mod is downloadable from thunderstore without any extra steps

