Files
twenty/packages/create-twenty-app/src/constants/template
Paul Rastoin 3ee8b72aa3 twenty-sdk env var to disable prov check (#23155)
<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/23155?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
2026-07-22 11:51:06 +02:00
..
2026-04-03 12:44:03 +00:00
2026-06-26 17:51:01 +02:00
2026-04-03 12:44:03 +00:00
2026-04-03 12:44:03 +00:00

My Twenty App

Describe your app in one or two sentences.

Features

List the top things your app does, for example:

  • Feature one
  • Feature two
  • Feature three

Getting started

Setup instructions live in SETUP.md.

Publishing

The Publish workflow (.github/workflows/publish.yml) publishes the app to npm with provenance using npm trusted publishing. To publish:

  1. On npmjs.com register this repository as a trusted publisher of your package, pointing at the publish.yml workflow.
  2. 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.

Changelog

Notable changes are documented in CHANGELOG.md.

Learn more