X Tutup
Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 603 Bytes

File metadata and controls

19 lines (12 loc) · 603 Bytes

luarocks-admin

luarocks-admin is the repository management tool for LuaRocks, the Lua package manager.

Usage

luarocks-admin <command> [<arguments>]...

Supported commands

  • help - Help on commands.
  • make-manifest - Compile a manifest file for a repository.
  • add - Add a rock or rockspec to a rocks server.
  • remove - Remove a rock or rockspec from a rocks server.
  • refresh-cache - Refresh local cache of a remote rocks server.
X Tutup