luarocks is the command-line interface for LuaRocks, a module deployment system for Lua.
Usage
- luarocks [VAR=VALUE]... command [argument]
Variables from the "variables" table of the configuration file can be overriden with VAR=VALUE assignments.
Supported commands
| build | Build/compile and install a rock. |
| download | Download a specific rock or rockspec file from a rocks server. |
| help | Help on commands. |
| install | Install a rock. |
| list | Lists currently installed rocks. |
| make | Compile package in current directory using a rockspec and install it. |
| pack | Create a rock, packing sources or binaries. |
| remove | Uninstall a rock. |
| search | Query the LuaRocks repositories. |
| unpack | Unpack the contents of a rock. |