cux_ship 3.0.0 copy "cux_ship: ^3.0.0" to clipboard
cux_ship: ^3.0.0 copied to clipboard

One command for shipping to the App Store and Google Play: upload an artifact, publish the store listing, and promote a build a store already holds.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cux_ship

Use it

The package has the following executables:

$ cux_ship

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cux_ship

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

dependencies:
  cux_ship: ^3.0.0

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:cux_ship/runner.dart';
import 'package:cux_ship/verify.dart';
0
likes
0
points
1.27k
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

One command for shipping to the App Store and Google Play: upload an artifact, publish the store listing, and promote a build a store already holds.

Repository (GitHub)
View/report issues

Topics

#app-store #google-play #release #ci

License

unknown (license)

Dependencies

args, crypto, cux_ship_verify, dart_jsonwebtoken, googleapis, googleapis_auth, http, image, path, yaml

More

Packages that depend on cux_ship