Skip to content

Commit

Permalink
update 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 9, 2021
1 parent 30e9fae commit 0be4dfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to `appwrite-types-generator` 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.0.2-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.0.3-blue.svg?cacheSeconds=2592000" />
<a href="#" target="_blank">
<img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
</a>
Expand All @@ -22,15 +22,15 @@ npm i appwrite-types-generator
## CLI Usage

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

## package.json

```json
{
"scripts": {
"types": "aw-types -c config.json -o types/"
"types": "aw-types generate -c config.json -o types/"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appwrite-types-generator",
"version": "0.0.2",
"version": "0.0.3",
"description": "CLI tool to generate Typescript Definitions from your Appwrite Collections.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 0be4dfa

Please sign in to comment.