at_cli_commons 1.0.0 at_cli_commons: ^1.0.0 copied to clipboard
Library of useful stuff when building cli programs which use the AtClient SDK
Summary #
A library of generic / reusable stuff which is useful when building cli programs which use the AtClient SDK
Features #
- The CLIBase class in cli_base.dart takes care of all the boilerplate involved in getting from program startup to having an AtClient object you can use - parsing command-line arguments, standard configuration, loading authentication keys, etc.
- There are a few other small utilities in this package which CLIBase uses - for example getHomeDirectory in home_directory.dart
Open source usage and contributions #
This is freely licensed open source code, so feel free to use it as is, suggest changes or enhancements or create your own version. See CONTRIBUTING.md for detailed guidance on how to set up tools, tests and make a pull request.