Describe your app in one or two sentences.
List the top things your app does, for example:
- Feature one
- Feature two
- Feature three
Setup instructions live in SETUP.md.
The Publish workflow (.github/workflows/publish.yml) publishes the app to npm with provenance using npm trusted publishing. To publish:
- On npmjs.com register this repository as a trusted publisher of your package, pointing at the
publish.ymlworkflow. - Bump the version in
package.json, then push a version tag (e.g.git tag v1.0.0 && git push --tags) or run the workflow manually from the Actions tab.
Publishing with provenance is also how you prove ownership when claiming your app in a Twenty marketplace.
Notable changes are documented in CHANGELOG.md.