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
- Host: GitHub
- URL: https://github.com/qwreey/spring.lua
- Owner: qwreey
- License: mit
- Created: 2023-04-08T18:33:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T11:38:37.000Z (over 2 years ago)
- Last Synced: 2025-01-30T00:32:06.392Z (over 1 year ago)
- Language: Lua
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```