cage_cli 0.1.0 copy "cage_cli: ^0.1.0" to clipboard
cage_cli: ^0.1.0 copied to clipboard

Command line interface for cage framework. The cli can be used to generate boilerplate source filed like services and widgets.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cage_cli

Use it

The package has the following executables:

$ cage_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cage_cli

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

dependencies:
  cage_cli: ^0.1.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:cage_cli/cage_cli.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Command line interface for cage framework. The cli can be used to generate boilerplate source filed like services and widgets.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, dart_style, logging, meta, mustache, path, resource, test_coverage, yaml

More

Packages that depend on cage_cli