From f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 5 Jan 2025 21:40:39 -0300 Subject: docs: import Wiki docs into the main repo --- docs/luarocks_admin.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/luarocks_admin.md (limited to 'docs/luarocks_admin.md') diff --git a/docs/luarocks_admin.md b/docs/luarocks_admin.md new file mode 100644 index 00000000..ca673e76 --- /dev/null +++ b/docs/luarocks_admin.md @@ -0,0 +1,19 @@ +# luarocks-admin + +**luarocks-admin** is the repository management tool for LuaRocks, the Lua package manager. + +# Usage + +``` +luarocks-admin []... +``` + +# Supported commands + +* [help](luarocks_admin_help.md) - Help on commands. +* [make-manifest](luarocks_admin_make_manifest.md) - Compile a manifest file for a repository. +* [add](luarocks_admin_add.md) - Add a rock or rockspec to a rocks server. +* [remove](luarocks_admin_remove.md) - Remove a rock or rockspec from a rocks server. +* [refresh-cache](luarocks_admin_refresh_cache.md) - Refresh local cache of a remote rocks server. + + -- cgit v1.2.3-55-g6feb