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
- Host: GitHub
- URL: https://github.com/hfagerlund/hellofromlua_rock
- Owner: hfagerlund
- License: bsd-3-clause
- Created: 2018-11-06T01:31:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T01:46:01.000Z (over 6 years ago)
- Last Synced: 2024-12-27T00:11:48.544Z (5 months ago)
- Topics: lua, luarocks, rockspec
- Language: Lua
- Homepage: https://hfagerlund.github.io/hellofromlua_rock/
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).