create-twenty-app 0.2.2 → 0.2.4
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 +1 -0
- package/dist/cli.cjs +24 -12
- package/dist/cli.mjs +1402 -1369
- package/dist/constants/base-application/eslint.config.mjs +12 -120
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ Create Twenty App is the official scaffolding CLI for building apps on top of [T
|
|
|
23
23
|
- A Twenty workspace and an API key (create one at https://app.twenty.com/settings/api-webhooks)
|
|
24
24
|
|
|
25
25
|
## Quick start
|
|
26
|
+
|
|
26
27
|
```bash
|
|
27
28
|
npx create-twenty-app@latest my-twenty-app
|
|
28
29
|
cd my-twenty-app
|