You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
README.md | 3 years ago | |
reqpack.lua | 3 years ago |
README.md
Lua require()
packager. Originally for Computercraft, but works in Opencomputers and Lua CLI.
USAGE: reqpack <filename>
CONFIGURATION: Create the configuration file using reqpack --extract-conf
. All options should be pretty self explanatory
LIMITATIONS:
- Dynamic requires (calling require with anything but a single string) need
use_require_if_not_found
and cannot be packed - Probably more i can't remember right now
- (Lua 5.2 CLI only) you might need to modify
extra_package_path
to include?/init.lua
to support init.lua in folders.