Publish a Package
Do you want to publish your package so other users can run your modules? You can publish your package to a repository on GitHub for free.
Publish a Package for Free
- Commit/upload your package as a repository on GitHub
- Open the repository settings by selecting the gear icon on the right
- Open the Pages tab
- Change the first dropdown to main branch to enable hosting
Great! Now your module package is hosted for free on GitHub pages!
Your remote URL will be something like https://<username>.github.io/<repo>/main.json
.
For instance, our module package examples is hosted on GitHub pages at this address: https://somiibo.github.io/module-package-examples/main.json.
- Local example:
/Users/you/Desktop/Somiibo/module-package-examples/main.json
- Remote example: https://somiibo.github.io/module-package-examples/main.json