simonireilly / compeller

A strong typescript binding for your OpenAPI Schema that doesn't need generation and is not prescriptive in coding style
MIT License
22 stars 1 forks source link

Add bin script to package the CLI #13

Closed simonireilly closed 2 years ago

simonireilly commented 2 years ago

This will fulfill the usage of compeller to invoke:

npx compeller new

It would be weird of compeller to inject json-schema-to-ts, but also, re-exporting it will be strange, and can lead to the double version issue in package managers.

Suggest for now we can list it as an unmet dependency, or have the injection approved.