open_mustang_cli 4.0.0 copy "open_mustang_cli: ^4.0.0" to clipboard
open_mustang_cli: ^4.0.0 copied to clipboard

This package should be installed as global binary. It helps in generating all the necessary source file templates for a screen.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate open_mustang_cli

Use it

The package has the following executables:

$ omcli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_mustang_cli

With Flutter:

 $ flutter pub add open_mustang_cli

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

dependencies:
  open_mustang_cli: ^4.0.0

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:open_mustang_cli/open_mustang_cli.dart';
2
likes
160
points
65
downloads

Documentation

API reference

Publisher

verified publisherwrench.com

Weekly Downloads

This package should be installed as global binary. It helps in generating all the necessary source file templates for a screen.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

args, path, yaml

More

Packages that depend on open_mustang_cli