Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compeydev/lune-luau-template
A simple template for initializing Luau projects with Lune
https://github.com/compeydev/lune-luau-template
Last synced: about 7 hours ago
JSON representation
A simple template for initializing Luau projects with Lune
- Host: GitHub
- URL: https://github.com/compeydev/lune-luau-template
- Owner: CompeyDev
- License: mit
- Created: 2024-07-08T10:49:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T11:28:45.000Z (4 months ago)
- Last Synced: 2024-07-08T13:43:46.556Z (4 months ago)
- Language: Luau
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lune-luau-template
This is a template for initializing [Luau](https://luau-lang.org) projects with [Lune](https://lune-org.github.io/docs).
## What is included in this template?
- A barebones structure for an executable hello world Lune script (src/)
- A barebones structure for a library (lib/)
- Configuration files for various tooling:
- aftman for toolchain management (aftman.toml)
- stylua for code formatting (stylua.toml, lune.yml)
- selene for linting (selene.toml)
- luau-lsp for code completion (.vscode/settings.json, .nvim.lua)
- Utility lune scripts (.lune/)
- Code-formatting
- Linting
- Typechecking
- Unit-testing setup (tests/) -- TODO
- GitHub Actions CI configuration to lints and tests (.github)