ftrackhq / ftrack-ts-schema-generator

Gets the schema from an ftrack instance and generates typescript interfaces for all the entity types in the instance.
Apache License 2.0
2 stars 1 forks source link

fix: script not working when used as dependency #7

Closed gismya closed 1 year ago

gismya commented 1 year ago

Changes

There were some issues with the execution of the script when using it as a dependency. This fixes that.

Test

Follow the readme to use the script from another project as a dependency.