Skip to content

A Very Good Command Line Interface for Dart created by Very Good Ventures 🦄

License

Notifications You must be signed in to change notification settings

duan-daniel/very_good_cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Good CLI

Very Good Ventures

Developed with 💙 by Very Good Ventures 🦄

ci coverage pub package style: very good analysis License: MIT


A Very Good Command Line Interface for Dart.

Installing

$ dart pub global activate very_good_cli

Commands

$ very_good create

Create a new very good flutter starter application in seconds based on Very Good Core.

Very Good Create

Usage

Creates a new very good flutter project in the specified directory.

Usage: very_good create <output directory>
-h, --help            Print this usage information.
    --project-name    The project name for this new Flutter project. This must be a valid dart package name.
    --org-name        The organization for this new Flutter project.
                      (defaults to "com.example.verygoodcore")

What's Included? 📦

Out of the box, Very Good Core includes:

✅  Cross Platform Support - Built-in support for iOS, Android, and Web (Desktop coming soon!)

✅  Build Flavors - Multiple flavor support for development, staging, and production

✅  Internationalization Support - Internationalization support using synthetic code generation to streamline the development process

✅  Sound Null-Safety - No more null-dereference exceptions at runtime. Develop with a sound, static type system.

✅  Bloc - Integrated bloc architecture for scalable, testable code which offers a clear separation between business logic and presentation

✅  Testing - Unit and Widget Tests with 100% line coverage (Integration Tests coming soon!)

✅  Logging - Built-in, extensible logging to capture uncaught Flutter and Dart Exceptions

✅  Very Good Analysis - Strict Lint Rules which are used at Very Good Ventures

✅  Continuous Integration - Lint, format, test, and enforce code coverage using GitHub Actions

* Learn more at Flutter Starter App: Very Good Core & CLI


$ very_good --help

See the complete list of commands and usage information.

🦄 A Very Good Command Line Interface

Usage: very_good <command> [arguments]

Global options:
-h, --help           Print this usage information.
    --version        Print the current version.
    --analytics      Toggle anonymous usage statistics.

          [false]    Disable anonymous usage statistics
          [true]     Enable anonymous usage statistics

Available commands:
  create   very_good create <output directory>
           Creates a new very good flutter project in the specified directory.

Run "very_good help <command>" for more information about a command.

About

A Very Good Command Line Interface for Dart created by Very Good Ventures 🦄

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 100.0%