orca_gateway_cli 0.2.0 copy "orca_gateway_cli: ^0.2.0" to clipboard
orca_gateway_cli: ^0.2.0 copied to clipboard

Command-line tool for Orca Gateway projects — manages plugins, patches native config, and scaffolds new servers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate orca_gateway_cli

Use it

The package has the following executables:

$ orca

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orca_gateway_cli

With Flutter:

 $ flutter pub add orca_gateway_cli

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

dependencies:
  orca_gateway_cli: ^0.2.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:orca_gateway_cli/orca_gateway_cli.dart';
1
likes
130
points
0
downloads

Documentation

API reference

Publisher

verified publisherorcagateway.com

Weekly Downloads

Command-line tool for Orca Gateway projects — manages plugins, patches native config, and scaffolds new servers.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#cli #sdui #server-driven-ui #flutter #tooling

License

unknown (license)

Dependencies

args, path, xml, yaml

More

Packages that depend on orca_gateway_cli