Skip to content

michaelboulton/rules_lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

062d734 · Dec 7, 2024

History

99 Commits
Feb 24, 2024
Feb 17, 2024
Dec 7, 2024
Feb 24, 2024
Dec 7, 2024
Feb 19, 2024
Feb 19, 2024
Dec 5, 2022
Feb 3, 2024
Dec 7, 2024
Feb 17, 2024
Feb 17, 2024
Feb 19, 2024
Dec 5, 2022
Feb 10, 2024
Dec 5, 2022
Dec 5, 2022
Dec 7, 2024
Dec 7, 2024
Feb 17, 2024
Feb 3, 2024

Repository files navigation

Bazel rules for Lua

There are 3 modules in this project

  • rules_lua - this folder, containing basic building blocks such as lua libraries, fennel binaries, etc. See the docs folder for more docs on this
  • luaunit - rules for using luaunit for unit tests
  • busted - rules for using busted for unit

See the example project for more advanced usage