https://github.com/bryab/tba-types-generator
https://github.com/bryab/tba-types-generator
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryab/tba-types-generator
- Owner: bryab
- Created: 2025-03-08T15:41:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-05-11T17:47:34.000Z (about 1 month ago)
- Last Synced: 2026-05-11T19:30:58.129Z (about 1 month ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toon Boom Typescript Definition File Generator
This Python script generates type definition files for Toon Boom Harmony and Storyboard Pro.
They are published here: https://github.com/bryab/tba-types
# Getting Started
You must install `prettier` for formatting the resulting typescript files.
`npm install -g prettier`
You can now generate type definitions. See the options here:
`python generate.py --help`