An open API service indexing awesome lists of open source software.

https://github.com/hfagerlund/hellofromlua_rock

A custom Lua rock
https://github.com/hfagerlund/hellofromlua_rock

lua luarocks rockspec

Last synced: 3 months ago
JSON representation

A custom Lua rock

Awesome Lists containing this project

README

        

# hellofromlua_rock

A simple custom Lua rock example.
Displays the following message:

```

***********************************
** Hello from a custom Lua rock! **
***********************************

```

## Installation

* Install to local tree (ie. tree located in your project directory) using [LuaRocks](https://github.com/luarocks/luarocks/) (v3.0.3-1):
```
$ cd
$ git clone https://github.com/hfagerlund/hellofromlua_rock.git
$ cd hellofromlua_rock
$ luarocks make --local
```

## Usage
For a demo of how to use `hellofromlua`, check out the [hello-lua](https://github.com/hfagerlund/hello-lua/) repo.

- - -

## License
Copyright (c) 2018 Heini Fagerlund. Licensed under the [3-Clause BSD License](https://github.com/hfagerlund/hellofromlua_rock/blob/master/LICENSE).