skydroid_cli 0.1.2+12 copy "skydroid_cli: ^0.1.2+12" to clipboard
skydroid_cli: ^0.1.2+12 copied to clipboard

Command-line tool for SkyDroid app distribution.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate skydroid_cli

Use it

The package has the following executables:

$ skydroid

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add skydroid_cli

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

dependencies:
  skydroid_cli: ^0.1.2+12

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:skydroid_cli/commands/init.dart';
import 'package:skydroid_cli/commands/publish.dart';
1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Command-line tool for SkyDroid app distribution.

Homepage

License

MIT (LICENSE)

Dependencies

args, async, crypto, http, io, path, prompts, yaml

More

Packages that depend on skydroid_cli