This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

appwrite-types-generator

0.0.3 • Public • Published

Welcome to `appwrite-types-generator` 👋

Version License: ISC Twitter: DittmannTorsten

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

Readme

Keywords

none

Package Sidebar

Install

npm i appwrite-types-generator

Weekly Downloads

2

Version

0.0.3

License

ISC

Unpacked Size

5.45 kB

Total Files

4

Last publish

Collaborators

  • torstendittmann