Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oakmac/standard-clojure-style-lua
Standard Clojure Style in Lua
https://github.com/oakmac/standard-clojure-style-lua
Last synced: 24 days ago
JSON representation
Standard Clojure Style in Lua
- Host: GitHub
- URL: https://github.com/oakmac/standard-clojure-style-lua
- Owner: oakmac
- License: isc
- Created: 2024-11-06T23:37:40.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-30T04:55:34.000Z (about 1 month ago)
- Last Synced: 2024-12-08T21:09:39.404Z (27 days ago)
- Language: Lua
- Size: 366 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Standard Clojure Style in Lua
This is a port of [Standard Clojure Style] in Lua 🌙
[Standard Clojure Style]:https://github.com/oakmac/standard-clojure-style-js
## Development
Make sure [lua] and [Stylua] are installed.
```sh
# run the unit tests
lua tests.lua# format files with Stylua
./scripts/format.sh
```[lua]:https://lua.org/
[StyLua]:https://github.com/JohnnyMorganz/StyLua## License
[ISC License](LICENSE.md)