magic_cli 0.0.1-alpha.4 copy "magic_cli: ^0.0.1-alpha.4" to clipboard
magic_cli: ^0.0.1-alpha.4 copied to clipboard

Command-line tools for Magic Framework. Scaffolding, code generation, and project management.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate magic_cli

Use it

The package has the following executables:

$ magic

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add magic_cli

With Flutter:

 $ flutter pub add magic_cli

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

dependencies:
  magic_cli: ^0.0.1-alpha.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:magic_cli/magic_cli.dart';
0
likes
0
points
510
downloads

Publisher

verified publisherfluttersdk.com

Weekly Downloads

Command-line tools for Magic Framework. Scaffolding, code generation, and project management.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, flutter, path, yaml, yaml_edit

More

Packages that depend on magic_cli