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

Libraries

byte_bundler