You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a ground-up rewrite of Pastel. While the core idea of Next.js-like framework for CLIs is still here, it now relies on battle-tested Commander.js to configure commands, options and arguments. Pastel 2.0 has also switched to Zod for defining, parsing and validating options and arguments.
Huge thanks to @karaggeorge for a tremendous work on this release. Instead of just copy pasting his detailed overview of changes, I encourage you to read his PR - #31.
Highlights
Add TypeScript support, allow missing index routes, and more (#31) a35417b
Only read and parse .js and .tsx files in the commands folder (#21) 0b883df