magic_cli 0.0.1-alpha.2 copy "magic_cli: ^0.0.1-alpha.2" to clipboard
magic_cli: ^0.0.1-alpha.2 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 Flutter:

 $ flutter pub add magic_cli

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

dependencies:
  magic_cli: ^0.0.1-alpha.2

Alternatively, your editor might support 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
140
points
--
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

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, http, json_rpc_2, path, stream_channel, yaml, yaml_edit

More

Packages that depend on magic_cli