File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Welcome to `appwrite-types-generator` 👋</h1 >
2
2
<p >
3
- <img alt =" Version " src =" https://img.shields.io/badge/version-0.0.2 -blue.svg?cacheSeconds=2592000 " />
3
+ <img alt =" Version " src =" https://img.shields.io/badge/version-0.0.3 -blue.svg?cacheSeconds=2592000 " />
4
4
<a href =" # " target =" _blank " >
5
5
<img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
6
6
</a >
@@ -22,15 +22,15 @@ npm i appwrite-types-generator
22
22
## CLI Usage
23
23
24
24
``` sh
25
- aw-types -c config.json -o types/
25
+ aw-types generate -c config.json -o types/
26
26
```
27
27
28
28
## package.json
29
29
30
30
``` json
31
31
{
32
32
"scripts" : {
33
- "types" : " aw-types -c config.json -o types/"
33
+ "types" : " aw-types generate -c config.json -o types/"
34
34
}
35
35
}
36
36
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " appwrite-types-generator" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " CLI tool to generate Typescript Definitions from your Appwrite Collections." ,
5
5
"main" : " index.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments