angel_cli 1.0.0 copy "angel_cli: ^1.0.0" to clipboard
angel_cli: ^1.0.0 copied to clipboard

outdated

Command-line tools for the Angel framework.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate angel_cli

Use it

The package has the following executables:

$ angel

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add angel_cli

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

dependencies:
  angel_cli: ^1.0.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:angel_cli/angel_cli.dart';
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Command-line tools for the Angel framework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, args, console, glob, id, pubspec, random_string, recase, watcher, yaml

More

Packages that depend on angel_cli