https://github.com/oakmac/standard-clojure-style-lua
Standard Clojure Style in Lua
https://github.com/oakmac/standard-clojure-style-lua
Last synced: about 1 year 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T18:58:46.000Z (about 1 year ago)
- Last Synced: 2025-04-18T19:14:05.331Z (about 1 year ago)
- Language: Lua
- Size: 150 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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
## Editor Integrations
- [Neovim plugin](https://git.sr.ht/~ioiojo/standard-clojure-style.nvim)
## 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)