All Projects â†’ VeryGoodOpenSource â†’ Very_good_cli

VeryGoodOpenSource / Very_good_cli

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

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Very good cli

Sentry Cli
A command line utility to work with Sentry.
Stars: ✭ 567 (-6.28%)
Mutual labels:  cli
Ffsend
📬 Easily and securely share files from the command line. A fully featured Firefox Send client.
Stars: ✭ 5,448 (+800.5%)
Mutual labels:  cli
Autocomplete
Autocomplete for terminals on MacOS
Stars: ✭ 569 (-5.95%)
Mutual labels:  cli
Undercover
Actionable code coverage - detects untested code blocks in recent changes
Stars: ✭ 574 (-5.12%)
Mutual labels:  cli
Venice
Ruby Gem for In-App Purchase Receipt Verification
Stars: ✭ 578 (-4.46%)
Mutual labels:  cli
Rustfix
Automatically apply the suggestions made by rustc
Stars: ✭ 586 (-3.14%)
Mutual labels:  cli
Rate.sx
💰 curl cryptocurrencies exchange rates
Stars: ✭ 563 (-6.94%)
Mutual labels:  cli
Marp Cli
A CLI interface for Marp and Marpit based converters
Stars: ✭ 606 (+0.17%)
Mutual labels:  cli
Python Mss
An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
Stars: ✭ 582 (-3.8%)
Mutual labels:  cli
Trdsql
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
Stars: ✭ 593 (-1.98%)
Mutual labels:  cli
Vmcli
A set of utilities (vmcli + vmctl) for macOS Virtualization.framework
Stars: ✭ 571 (-5.62%)
Mutual labels:  cli
Imgcat
It's like cat, but for images.
Stars: ✭ 577 (-4.63%)
Mutual labels:  cli
Heroku san
Helpful stuffs for Heroku.
Stars: ✭ 589 (-2.64%)
Mutual labels:  cli
Wunderbar
Simple horizontal bar chart printer for your terminal
Stars: ✭ 572 (-5.45%)
Mutual labels:  cli
Gitkit Js
Pure javascript implementation of Git (Node.js and Browser)
Stars: ✭ 597 (-1.32%)
Mutual labels:  cli
Incubator Weex Cli
Weex Toolkit is the Standard Tooling for Weex Development.
Stars: ✭ 568 (-6.12%)
Mutual labels:  cli
Ignite Bowser
Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
Stars: ✭ 586 (-3.14%)
Mutual labels:  cli
React Native Make
A collection of everyday React Native CLI tools
Stars: ✭ 606 (+0.17%)
Mutual labels:  cli
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Stars: ✭ 5,373 (+788.1%)
Mutual labels:  cli
Graphqlviz
GraphQL Server schema visualizer
Stars: ✭ 591 (-2.31%)
Mutual labels:  cli

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

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].