create-twenty-app 2.2.0 → 2.3.1
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 +5 -5
- package/dist/cli.cjs +61 -41
- package/dist/cli.mjs +2544 -2474
- 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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<a href="https://twenty.com">
|
|
3
3
|
<picture>
|
|
4
|
-
<img alt="Twenty logo" src="https://raw.githubusercontent.com/twentyhq/twenty/
|
|
4
|
+
<img alt="Twenty logo" src="https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-website-new/public/images/core/logo.svg" height="128">
|
|
5
5
|
</picture>
|
|
6
6
|
</a>
|
|
7
7
|
<h1>Create Twenty App</h1>
|
|
@@ -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
|
|