lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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

You can find source and documentation here: https://github.com/leafo/moonrocks

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:

$ luarocks install moonrocks --server=http://rocks.moonscript.org