freight_cli 0.1.0 copy "freight_cli: ^0.1.0" to clipboard
freight_cli: ^0.1.0 copied to clipboard

Build and check asset packs for the freight package: resolve globs, generate manifests, and package them with Apple's ba-package.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate freight_cli

Use it

The package has the following executables:

$ freight

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add freight_cli

With Flutter:

 $ flutter pub add freight_cli

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

dependencies:
  freight_cli: ^0.1.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:freight_cli/freight_cli.dart';
1
likes
160
points
115
downloads

Documentation

API reference

Publisher

verified publishertreamz.me

Weekly Downloads

Build and check asset packs for the freight package: resolve globs, generate manifests, and package them with Apple's ba-package.

Homepage
Repository (GitHub)
View/report issues

Topics

#assets #ios #background-assets #cli

License

MIT (license)

Dependencies

args, glob, path, yaml

More

Packages that depend on freight_cli