Skip to content

Commit

Permalink
publish to luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Oct 11, 2024
1 parent 9d4893b commit f39b81a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## LuaX
Shallow React createElement implementation in LUA. Inspired by https://bvisness.me/luax/. Also support JSX like syntax parsing
React JSX implementation in LUA.

<a href="https://luarocks.org/modules/syarul/luax" rel="nofollow"><img alt="Luarocks Package" src="https://img.shields.io/badge/Luarocks-1.0.0-blue.svg" style="max-width:100%;"></a>
[![Lua CI](https://github.com/syarul/luax/actions/workflows/lua.yml/badge.svg)](https://github.com/syarul/luax/actions/workflows/lua.yml)

### Usage
Expand Down Expand Up @@ -51,3 +52,5 @@ You'll get,
```html
<div class="container" id="hello">Hello, world!</div>
```

> Inspired by https://bvisness.me/luax/.
5 changes: 3 additions & 2 deletions .rockspec → luax-1.0.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package = "luax"
version = "1.0.0"
version = "1.0.0-1"

source = {
url = "https://github.com/syarul/luax/archive/refs/tags/v1.0.0.tar.gz"
url = "https://github.com/syarul/luax/archive/refs/tags/v1.0.0.tar.gz",
dir = "luax-1.0.0"
}
description = {
summary = "HTML parse in Lua",
Expand Down

0 comments on commit f39b81a

Please sign in to comment.