New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appwrite-types-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appwrite-types-generator

CLI tool to generate Typescript Definitions from your Appwrite Collections.

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-77.78%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 09 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc