theta_cli 0.0.1 copy "theta_cli: ^0.0.1" to clipboard
theta_cli: ^0.0.1 copied to clipboard

Theta CLI allows developers to interact with and manage the Theta projcts efficiently.

buildwiththeta_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 buildwiththeta_cli

Or locally via:

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

Usage #

# Sample command
$ buildwiththeta_cli sample

# Sample command option
$ buildwiththeta_cli sample --cyan

# Show CLI version
$ buildwiththeta_cli --version

# Show usage help
$ buildwiththeta_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

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Theta CLI allows developers to interact with and manage the Theta projcts efficiently.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

args, cli_completion, either_dart, equatable, get_it, http, mason_logger, path_provider, pub_updater, uuid

More

Packages that depend on theta_cli