CLI tool to generate Typescript definitions for your Appwrite collections.
This is fork of a deprecated repo https://github.com/TorstenDittmann/appwrite-types-generator upgraded.
npm i appwrite-typer
aw-typer generate -c config.json -o types/
{
"scripts": {
"types": "aw-typer generate -c config.json -o types/"
}
}
{
"endpoint": "https://cloud.appwrite.io/v1",
"projectId": "6588091....",
"databaseId": "658827....",
"apiKey": "0da035ee4c522d239446c93b...."
}
- typescript
👤 Oren Aksakal
- Twitter: @orenaksakal
- Github: @orenaksakal
👤 Torsten Dittmann
- Website: https://dittmann.dev
- Twitter: @DittmannTorsten
- Github: @TorstenDittmann