Cahllagerfeld / CLI-Framework

0 stars 0 forks source link

Requirements #11

Open mikenikles opened 1 year ago

mikenikles commented 1 year ago

A list of requirements / features:

What's an open question is whether everything should be built into the framework or delegated to the mentioned example packages in brackets above.

I imagine the core of the CLI framework to be very lightweight, mainly an orchestrator to deal with the above features which are provided as individual plugins (i.e. NPM packages). For example, if a CLI creator decides they don't need long-running tasks, their CLI won't include it and hence only contain the necessary code to make their CLI work, nothing else.