File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/routes/blog/post/announcing-type-generation-feature
static/images/blog/type-generation-feature Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,17 @@ appwrite pull collections
32
32
To generate types, you can use the Appwrite CLI command:
33
33
```bash
34
34
appwrite types [options] <output-directory>
35
+ ```
36
+
37
+ To automatically detect the language used in your project, you can skip the `[options]` parameter.
35
38
39
+ ```bash
40
+ appwrite types <output-directory>
36
41
```
37
42
38
43

39
44
40
- # Better experience:
45
+ # Better experience
41
46
42
47
- **Time savings**: Eliminate hours of manual work and dedicate your time to building impactful features.
43
48
- **Reduced errors**: Keep your types consistently aligned with your database schema, drastically reducing outdated and mismatched types.
You can’t perform that action at this time.
0 commit comments