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
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to