issues
search
xddq
/
ts2typebox
Creating TypeBox code from Typescript types
MIT License
43
stars
3
forks
source link
Feature/add programatic usage
#13
Closed
xddq
closed
1 year ago
xddq
commented
1 year ago
Adds basic programmatic usage of ts2typebox. Created a ts2typebox function and exported it and its type definitions.
Creates tests for the basic programmatic usage
Updates readme with cli options (were forgotten to be added before)
Creates example in ./examples repo for typescript -> typebox with json schema options
allows for usage of ' as well as " to create string json schema options based on jsdoc comments
How to test
tests in pipeline should pass
How to test