very_good_cli
very_good_cli copied to clipboard
A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
**Description** Creating a flutter plugin throws PathNotFound Exception. These exceptions must be handled by some error statements. **Steps To Reproduce** 1. Upgraded flutter from 3.7.3 - 3.7.12 2. Install vgv...
As as developer who is generating code with VG CLI, I want the resulting .github directory to be created in the correct location, So that dependabot and workflows operate properly.
Extracted from https://github.com/VeryGoodOpenSource/very_good_cli/issues/481 **Description** As defined by https://github.com/VeryGoodOpenSource/very_good_cli/issues/481 , people using our templates want to know how to update the application icons. This card is about researching a step-by-step on...
**Description** The `flame_game_test` end-to-end test expects coverage of less than 100%, it should expect 100%. **Steps To Reproduce** See the `flame_game_test.dart` Dart file: https://github.com/VeryGoodOpenSource/very_good_cli/blob/b4ec78ef09d37ac88fdbc6c53fd9a4512f6c9126/e2e/test/commands/create/flame_game/flame_game_test.dart#L57 **Expected Behavior** The test coverage expectation...
**Description** Derived from this comment: https://github.com/VeryGoodOpenSource/very_good_cli/issues/467#issuecomment-1379602368 People want to use flags to specify which platform directories should be created when using ``` very_good create flutter_app ```
**Description** As a developer I want to be able to customize the names of each flavor of my app, so that it can fit my requirements and my workflow. **Criteria**...
**Description** After running `very_good test ... --coverage -r` there's no easy way of creating a single coverage report with the `lcov` files that were generated. Would be great to have...
**Description** There is a bit a boilerplate when writing new `args` `Command`s. When using the generate `dart_cli` template I would like to be able to quickly and easily add new...
**Description** Hello! When using `very_good packages get -r` on CI without Flutter being installed, the command silently quits without installing the dependencies. This behaviour is kinda misleading and a warning...
As a developer I would like to use `very_good test` command on Dart projects