Crates.io | bundle-lua |
lib.rs | bundle-lua |
version | 0.5.2 |
source | src |
created_at | 2023-03-12 18:43:46.773775 |
updated_at | 2023-03-13 17:16:46.454868 |
description | Bundle Lua scripts into a single file |
homepage | https://github.com/BlockOG/bundle-lua |
repository | https://github.com/BlockOG/bundle-lua |
max_upload_size | |
id | 808220 |
size | 13,962 |
A crate to bundle lua files together, usage:
bundle-lua <OUTPUT> <SOURCE_DIR> <MAIN> [PACKAGES]...
MAIN
and PACKAGES
... are relative to SOURCE_DIR
.
The arguments used in PACKAGES
should be the arguments used in the require
s.
You can add --auto-detect
(-a
) to make it automatically detect the packages from the main file.