Harness the Power of Very Good CLI
Published on by Flutter News Hub
Very Good CLI is a versatile command-line interface developed by Very Good Ventures that transforms Dart and Flutter development. This comprehensive guide will introduce you to its capabilities and guide you through the essential commands to enhance your development workflow.
Quick Start
Installation:
dart pub global activate very_good_cli
Commands
1. very_good create
Generate new Very Good projects with ease:
Usage:
very_good create [arguments]
Subcommands:
- dart_cli: Create a Dart CLI application
- dart_package: Create a Dart package
- docs_site: Create a documentation site
- flame_game: Create a Flame game
- flutter_app: Create a Flutter application
- flutter_package: Create a Flutter package
- flutter_plugin: Create a Flutter plugin
2. very_good test
Run tests efficiently:
Usage:
very_good test [arguments]
3. very_good packages get
Install packages with simplicity:
Usage:
very_good packages get [arguments]
4. very_good packages check licenses
Ensure license compliance:
Usage:
very_good packages check licenses [arguments]
5. very_good --help
Get comprehensive command information:
Usage:
very_good --help
Code Examples
Create a New Flutter App:
very_good create flutter_app my_app
Install Packages in a Dart Project:
very_good packages get
Run Tests with Coverage:
very_good test --coverage
Check Package Licenses:
very_good packages check licenses
Conclusion
Very Good CLI streamlines your Dart and Flutter development journey, providing a suite of powerful commands. From project creation to test automation and license management, Very Good CLI empowers you to work efficiently and maintain high standards. Embrace the simplicity and productivity it offers.