0 purchases
byte bundler
byte_bundler #
A tool to bundle binary files for dart.
Install the tool #
install
dart pub global activate byte_bundler
copied to clipboard
update you PATH
export PATH="$PATH:$HOME/.pub-cache/bin"
copied to clipboard
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.
copied to clipboard
generate file
byte_bundler file
copied to clipboard
generate dir
byte_bundler dir
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.