create-twenty-app 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/cli.cjs +60 -33
- package/dist/cli.mjs +4363 -4261
- package/dist/constants/template/AGENTS.md +67 -0
- package/dist/constants/template/README.md +1 -1
- package/dist/constants/template/src/application-config.ts +0 -2
- package/dist/constants/template/src/default-role.ts +2 -2
- package/dist/create-app.command.d.ts +5 -1
- package/dist/utils/app-template.d.ts +2 -1
- package/dist/utils/install.d.ts +1 -1
- package/package.json +2 -2
- package/src/constants/template/README.md +1 -1
- package/dist/constants/template/AGENT.md +0 -14
- package/dist/constants/template/CLAUDE.md +0 -14
- package/dist/constants/template/LLMS.md +0 -14
package/README.md
CHANGED
|
@@ -48,11 +48,11 @@ Examples are sourced from [twentyhq/twenty/packages/twenty-apps/examples](https:
|
|
|
48
48
|
|
|
49
49
|
## Documentation
|
|
50
50
|
|
|
51
|
-
Full documentation is available at **[docs.twenty.com/developers/extend/apps](https://docs.twenty.com/developers/extend/apps/getting-started)**:
|
|
51
|
+
Full documentation is available at **[docs.twenty.com/developers/extend/apps](https://docs.twenty.com/developers/extend/apps/getting-started/quick-start)**:
|
|
52
52
|
|
|
53
|
-
- [
|
|
54
|
-
- [
|
|
55
|
-
- [
|
|
53
|
+
- [Quick Start](https://docs.twenty.com/developers/extend/apps/getting-started/quick-start) — scaffold, run a local server, sync your code
|
|
54
|
+
- [Concepts](https://docs.twenty.com/developers/extend/apps/getting-started/concepts) — how apps work: entity model, sandboxing, lifecycle
|
|
55
|
+
- [Operations](https://docs.twenty.com/developers/extend/apps/operations/overview) — CLI, testing, CI, deploy and publish
|
|
56
56
|
|
|
57
57
|
## Troubleshooting
|
|
58
58
|
|