mpeterv 0c3f3fb80e Nicer interface
Don't dump all command output unless there is an error, print nice
messages instead.
2015-08-12 18:50:10 +03:00
2015-08-12 18:50:10 +03:00
2015-08-12 15:31:50 +03:00
2015-08-12 15:31:50 +03:00

hererocks
=========

``hererocks`` is a single file Python script for installing `Lua <http://http://www.lua.org/>`_ and `LuaRocks <https://luarocks.org/>`_, its package manager, into a local directory.

::

   $ hererocks here --lua=5.2.3 --luarocks=2.2.2
   $ here/bin/lua -v
   Lua 5.2.3  Copyright (C) 1994-2013 Lua.org, PUC-Rio
   $ here/bin/luarocks --version
   here/bin/luarocks 2.2.2
   LuaRocks main command-line interface
   $ here/bin/luarocks install busted
   $ here/bin/busted --version
   2.0.rc10-0

WIP
Description
Python script for installing Lua/LuaJIT and LuaRocks into a local directory
Readme MIT 330 KiB
Languages
Python 98.4%
Lua 0.7%
Batchfile 0.5%
Shell 0.4%