Skip to content

A CLI tool for generating Flutter application templates, designed to streamline the creation of new Flutter projects by providing pre-configured, best-practice templates.

Notifications You must be signed in to change notification settings

GameOnAnil/prestine_cli

Repository files navigation

prestine_cli

coverage style: very good analysis License: MIT

Generated by the Very Good CLI 🤖

A Very Good Project created by Very Good CLI..


Getting Started 🚀

If the CLI application is available on pub, activate globally via:

dart pub global activate prestine_cli

Or locally via:

dart pub global activate --source=path <path to this package>

Usage

# Sample command
$ prestine_cli sample

# Sample command option
$ prestine_cli sample --cyan

# Show CLI version
$ prestine_cli --version

# Show usage help
$ prestine_cli --help

Running Tests with coverage 🧪

To run all unit tests use the following command:

$ dart pub global activate coverage 1.2.0
$ dart test --coverage=coverage
$ dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info

To view the generated coverage report you can use lcov .

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

About

A CLI tool for generating Flutter application templates, designed to streamline the creation of new Flutter projects by providing pre-configured, best-practice templates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages