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

An openapi generation CLI for Dart Frog created by Very Good CLI.

Nenuphar - Your OpenAPI generator CLI #

[Generated using Microsoft Designer]

Nenuphar is a CLI application to generate OpenAPI definition files for your Dart Frog API. [docs/pictures/dart_frog_logo.svg]

[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 nenuphar_cli

Or locally via:

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

Usage #

Please consult the documentation for more information.

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

26
likes
0
points
113
downloads

Publisher

verified publishermobile-tools.dev

Weekly Downloads

An openapi generation CLI for Dart Frog created by Very Good CLI.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_completion, file, json_annotation, mason_logger, pub_updater

More

Packages that depend on nenuphar_cli