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
copied to clipboard

Use it

The package has the following executables:

$ omcli
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_mustang_cli
copied to clipboard

With Flutter:

 $ flutter pub add open_mustang_cli
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
2
likes
160
points
116
downloads

Publisher

verified publisherwrench.com

Weekly Downloads

2024.09.20 - 2025.04.04

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path, yaml

More

Packages that depend on open_mustang_cli