gazelle_cli 0.5.0 copy "gazelle_cli: ^0.5.0" to clipboard
gazelle_cli: ^0.5.0 copied to clipboard

discontinued

A CLI tool to manage applications built with Gazelle framework.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gazelle_cli

Use it

The package has the following executables:

$ gazelle

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gazelle_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gazelle_cli: ^0.5.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gazelle_cli/gazelle_cli.dart';
4
likes
0
points
0
downloads

Publisher

verified publisherintales.it

Weekly Downloads

A CLI tool to manage applications built with Gazelle framework.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, args, cli_spin, code_builder, dart_style, path, yaml

More

Packages that depend on gazelle_cli