angel_cli 2.1.7+1 copy "angel_cli: ^2.1.7+1" to clipboard
angel_cli: ^2.1.7+1 copied to clipboard

Command-line tools for the Angel framework, including scaffolding.

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: ^2.1.7+1

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
40
pub points
0%
popularity

Publisher

unverified uploader

Command-line tools for the Angel framework, including scaffolding.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, args, code_builder, dart_style, glob, http, inflection2, io, mustache4dart, path, prompts, pubspec_parse, quiver, recase, shutdown, watcher, yaml

More

Packages that depend on angel_cli