rgb_cli 1.0.2 copy "rgb_cli: ^1.0.2" to clipboard
rgb_cli: ^1.0.2 copied to clipboard

CLI tool for the GetX RGB ecosystem and codebase

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate rgb_cli

Use it

The package has the following executables:

$ rgb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rgb_cli

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

dependencies:
  rgb_cli: ^1.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rgb_cli/rgb_cli.dart';
0
likes
0
points
336
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool for the GetX RGB ecosystem and codebase

Homepage

License

unknown (license)

Dependencies

ansicolor, collection, dart_style, dcli, http, intl, meta, path, process_run, pub_semver, pubspec_parse, recase, version, yaml

More

Packages that depend on rgb_cli