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

feat: Add path parameters to script and update readme #4

Closed gismya closed 1 year ago

gismya commented 1 year ago

Changes

Adds an export of the main function in preparation of making this a NPM package. Adds different code paths if the code is run through the CLI or imported as a module. Also adds properties to the function to set the path.

Partially adresses #2 and fixes #1

Test

Test that the new path options work as intended