byte_bundler 0.0.2 copy "byte_bundler: ^0.0.2" to clipboard
byte_bundler: ^0.0.2 copied to clipboard

A tool to bundle binary files for dart.

byte_bundler #

A tool to bundle binary files for dart.

Install the tool #

  • install
dart pub global activate byte_bundler
  • update you PATH
export PATH="$PATH:$HOME/.pub-cache/bin"

Usage #

A tool to bundle binary files for dart.

Usage: byte_bundler <command> [arguments]

Global options:
-h, --help            Print this usage information.
    --lang            The target language.
                      [dart (default)]
    --[no-]onefile    Output as one file.
    --[no-]subdirs    Bundle subdirectories if found.
                      (defaults to on)
-o, --out             Output path.

Available commands:
  help   Display help information for byte_bundler.

Run "byte_bundler help <command>" for more information about a command.
  • generate file
byte_bundler file
  • generate dir
byte_bundler dir
0
likes
70
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A tool to bundle binary files for dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on byte_bundler