• Stars
    star
    195
  • Rank 199,374 (Top 4 %)
  • Language
    TypeScript
  • License
    Other
  • Created about 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create types for your directus project in your favourite language.

directus-extension
generate-types

Create types for your directus project in your favourite language.

Screenshot_20220519_135945

Currently supports

  • TypeScript
  • Python Type Hints
  • OpenAPI Specification
  • More soonβ„’

How to install

  1. Download the latest index.js from the GitHub releases page.
  2. Put this index.js file into <root of your project>/extensions/modules/generate-types/index.js
  3. Go into the Project Settings of your directus project (/admin/settings/project) and enable the Generate Types module at the bottom of the page.

Contribute

Since I don't know all of the typing systems out there, I would greatly appreciate if you would let me know how types for a language you know should look like, or even implement the generation of types for that language yourself.

If you find an error or think somthing in the process of generating types for the current languages is done in a dumb way, feel free to also open an issue.