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

https://github.com/qwreey/spring.lua

spring module for lua env. working at everywhere such as roblox, luvit etc
https://github.com/qwreey/spring.lua

Last synced: about 1 year ago
JSON representation

spring module for lua env. working at everywhere such as roblox, luvit etc

Awesome Lists containing this project

README

          

# spring.lua

spring module for lua env. working at everywhere such as roblox, luvit etc

# build in rojo

```sh
make build

or

rojo build default.project.json -o BuildResult.rbxmx
```

# use rojo submodule

```sh
cd
git submodule add https://github.com/qwreey75/spring.lua spring
```

edit default.project.json (Or your own) Add
```json
"spring": {
"$path": "spring"
}
```