Skip to content

Commit 0be4dfa

Browse files
update 0.0.3
1 parent 30e9fae commit 0be4dfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Welcome to `appwrite-types-generator` 👋</h1>
22
<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" />
44
<a href="#" target="_blank">
55
<img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
66
</a>
@@ -22,15 +22,15 @@ npm i appwrite-types-generator
2222
## CLI Usage
2323

2424
```sh
25-
aw-types -c config.json -o types/
25+
aw-types generate -c config.json -o types/
2626
```
2727

2828
## package.json
2929

3030
```json
3131
{
3232
"scripts": {
33-
"types": "aw-types -c config.json -o types/"
33+
"types": "aw-types generate -c config.json -o types/"
3434
}
3535
}
3636
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appwrite-types-generator",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "CLI tool to generate Typescript Definitions from your Appwrite Collections.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)