Very Good Dart CLI
Developed with š by Very Good Ventures š¦
A Very Good Dart CLI created by Very Good Ventures š¦.
What's Included āØ
- ā Argument parsing
- ā A sample command
- ā Colorful logging
- ā Automatic update prompts
- ā Tab completion for bash and zsh
- ā GitHub Workflow powered by Very Good Workflows
- ā Strict lint rules powered by Very Good Analysis
- ā Dependabot Integration
- ā 100% Test Coverage
- ā Fully Documented Public API
- ā MIT License
- ā Changelog
Output š¦
āāā .github
ā āāā dependabot.yaml
ā āāā workflows
ā āāā my_cli.yaml
āāā .gitignore
āāā LICENSE
āāā README.md
āāā analysis_options.yaml
āāā bin
ā āāā my_cli.dart
āāā coverage_badge.svg
āāā dart_test.yaml
āāā lib
ā āāā my_cli.dart
ā āāā src
ā āāā command_runner.dart
ā āāā commands
ā ā āāā commands.dart
ā ā āāā sample_command.dart
ā ā āāā update_command.dart
ā āāā version.dart
āāā pubspec.yaml
āāā test
āāā ensure_build_test.dart
āāā src
āāā command_runner_test.dart
āāā commands
āāā sample_command_test.dart
āāā update_command_test.dart