Console application framework built on top of corsac-dart/kernel and the
awesome args package.
This library is a work-in-progress. APIs can (and most likely will) change without notice.
There is no Pub package yet so you have to use git dependency for now:
dependencies:
corsac_console:
git: https://github.com/corsac-dart/console.gitThis library is a thin wrapper on top of CommandRunner and Command classes
provided by the args package, so on how to use these classes please refer to
the args package docs.
What this library adds on top is:
- Dependency injection for commands.
- Access to
Kernel.execute().
The "hello_world" example can be found in the example/hello_world.dart.
BSD-2