Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann authored Sep 12, 2021
1 parent e48e7b4 commit eb2e287
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ npm i appwrite-types-generator
## CLI Usage

```sh
aw-types generate -c config.json -o types/ -l typescript
aw-types generate -l typescript -c config.json -o types/
```

## package.json

```json
{
"scripts": {
"types": "aw-types generate -c config.json -o types/"
"types": "aw-types generate -l typescript -c config.json -o types/"
}
}
```
Expand All @@ -45,6 +45,11 @@ aw-types generate -c config.json -o types/ -l typescript
}
```

## Languages
- typescript
- kotlin
- php

## Author

👤 **Torsten Dittmann**
Expand Down

0 comments on commit eb2e287

Please sign in to comment.