-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Labels
Description
Hi,
I have very good experiences with https://oclif.io/ it allows to build modular cli applications. All the common tasks like help generation, command/sub-command abstraction, flag, argument parsing or even a plugin architecture is already abstracted in a nice interface.
Some real-world examples:
It will reduce the burden to get familiar with our cli and make it much more maintainable when the cli gets bigger.
delvedor, francisbrito and SerayaEryn