luaux-cli 0.1.3

CLI for luaux — LuauX, JSX-style markup for Luau
luaux-cli-0.1.3 is not a library.

luaux CLI.

  • build <src> [out] — compile .luaux to .luau and copy plain .luau through (§11.5).
  • check <src> — the same, without writing anything.
  • watch <src> [out] — rebuild on change, to run beside rojo serve.
  • init [dir] — scaffold a luaux.toml.
  • scan <path>... — report where the lexer believes LuauX begins. Pointed at a tree of plain .luau, every hit is a false positive; that is the Phase 0 acceptance check (PLAN.md §5.2).