On 17 June 2013 15:28, leaf corcoran <lea...@gmail.com> wrote:
> 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

Awesome! Did you take a look at the issues I wrote you about (one that
comes to mind is regarding capitalization in filenames, IIRC there
were a few other minor things). I'm in a bit of a hurry right now but
I can dig it up again in case you missed it.

Cheers!

-- Hisham

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

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

Reply via email to