impero-com / typebinder

Exports TS definitions from Rust module
Other
20 stars 2 forks source link

"Check" mode for CLI #24

Closed AlisCode closed 3 years ago

AlisCode commented 3 years ago

Feature description : Launching typebinder_cliwith mode --check

This should probably be implemeted at the core level, and be exposed by the CLI as an argument.

This will allow typebinder to be runned on a CI setup and will prevent desynchronizations.

AlisCode commented 3 years ago

Closing this issue since #36 is merged.