bundle-lua

Crates.iobundle-lua
lib.rsbundle-lua
version0.5.2
sourcesrc
created_at2023-03-12 18:43:46.773775
updated_at2023-03-13 17:16:46.454868
descriptionBundle Lua scripts into a single file
homepagehttps://github.com/BlockOG/bundle-lua
repositoryhttps://github.com/BlockOG/bundle-lua
max_upload_size
id808220
size13,962
(BlockOG)

documentation

README

Bundle Lua

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 requires.

You can add --auto-detect (-a) to make it automatically detect the packages from the main file.

Commit count: 11

cargo fmt