0.0.3 ⢠Published 4 years ago
appwrite-types-generator v0.0.3
CLI tool to generate Typescript Definitions from your Appwrite Collections.
This is work in progress
Install
npm i appwrite-types-generator
CLI Usage
aw-types generate -c config.json -o types/
package.json
{
"scripts": {
"types": "aw-types generate -c config.json -o types/"
}
}
config.json
{
"endpoint": "http://appwrite.io/v1",
"project": "607dd16494ca6",
"key": "159b16ec27dcd686ca0927fb4a7e....."
}
Author
š¤ Torsten Dittmann
- Website: https://dittmann.dev
- Twitter: @DittmannTorsten
- Github: @TorstenDittmann