gazelle_cli 0.8.0+4 copy "gazelle_cli: ^0.8.0+4" to clipboard
gazelle_cli: ^0.8.0+4 copied to clipboard

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

With Flutter:

 $ flutter 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.8.0+4

Alternatively, your editor might support dart pub get or flutter 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
140
points
30
downloads

Publisher

verified publisherintales.it

Weekly Downloads

A CLI tool to manage applications built with Gazelle framework.

Repository (GitHub)
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on gazelle_cli