Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)