vadimdemedes / pastel

🎨 Next.js-like framework for CLIs made with Ink
https://term.ink/pastel
MIT License
2.2k stars 36 forks source link

Pastel 2.0 #52

Closed vadimdemedes closed 1 year ago

vadimdemedes commented 1 year ago

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.