This past year I released a service for publishing Lua rocks called MoonRocks, you can see it here:
http://rocks.moonscript.org
It's a web interface for managing a manifest of Lua modules, and an alternative to the default LuaRocks server. Today I'm releasing a command line tool for working with it that should significantly speed up publishing and installation of modules
The tool comes with two commands, upload and install
Upload lets you publish a rockspec (and source rock) to the site.
Install is a simple wrapper for `luarocks install` that installs from
rocks.moonscript.org, so you don't have to worry about changing your configuration or passing in additional flags.
You can read more about it on the documentation linked above.
To get started just run the following command: