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

Say moinsen to help you with your flutter projects

moinsen_cli #

[coverage] style: very good analysis License: MIT

Generated by the Very Good CLI πŸ€–

Say moinsen to help you with your flutter projects.


Getting Started πŸš€ #

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

dart pub global activate moinsen_cli

Or locally via:

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

Usage #

# Sample command
$ moinsen sample

# Sample command option
$ moinsen sample --cyan

# Show CLI version
$ moinsen --version

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

1
likes
150
points
3
downloads

Publisher

verified publishermoinsen.dev

Weekly Downloads

Say moinsen to help you with your flutter projects

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, cli_completion, interact_cli, mason_logger, pub_updater

More

Packages that depend on moinsen_cli