0.0.3 • Published 4 years ago

appwrite-types-generator v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago