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

https://github.com/uriid1/uriid1-lua-extensions

Custom lua extensions
https://github.com/uriid1/uriid1-lua-extensions

extensions lua

Last synced: about 1 year ago
JSON representation

Custom lua extensions

Awesome Lists containing this project

README

          

# Usage
```lua
local ule = require('ule')

local ustring = ule.ustring
local utable = ule.utable
local umath = ule.umath
local utrig = ule.utrig
local udate = ule.udate
local vec2 = ule.vec2
local path = ule.path
local bit = ule.bit
local test = ule.test
```

# Gen LDOC
```bash
ldoc -s '!new' -d ldoc src/extensions
```