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)
-
Publish your mod!
Once you've pushed all your chages to your repo, you'll need to create a tag to trigger the action that will publish your mod to Thunderstore. Find the `Releases` pane in the sidebar to the right ---->
Create a new release, filling in the details however you want. The most important part is that the tag matches the version number of your mod. In this example, theVersionfield in yourmod.jsonshould be1.0.0:
Once you've added a title and optional description, go ahead and publish that release.
If all goes well, you should see a new publish job running in theActionstab :D

