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: about 1 year 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

## 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)