connorjs / css-typed

TypeScript declaration generator for CSS files
https://npmjs.com/package/css-typed
MIT License
4 stars 1 forks source link

💥 Improve CLI DX #16

Closed connorjs closed 1 month ago

connorjs commented 1 month ago

Adds Commander to improve CLI developer experience. Commander out-of-the-box features delivers a help system, error handling, and (most notably to css-typed users) better argument/option handling. (You can finally pass --dashes before the pattern.)

Closes #5

BREAKING CHANGE: Removes specific exit codes.

Upgrades glob dependency given breaking change already.

+semver:minor (0.x semver)