Generate Teal types definitions for the Awesome WM based on the API documentation 📄
Go to file
Aire-One 01192e3021
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details
spec: fix the tests
2023-09-03 20:33:47 +02:00
.vscode chore: update the `Debug spec` command 2023-08-01 23:38:06 +02:00
.woodpecker ci: disable woodpecker lint 2023-09-03 20:08:30 +02:00
bin chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
spec spec: fix the tests 2023-09-03 20:33:47 +02:00
src/awesomewm-d-tl chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
types chore: configure lua-local debugger for Teal 🧙 2023-05-05 00:04:25 +02:00
.busted chore: configure lua-local debugger for Teal 🧙 2023-05-05 00:04:25 +02:00
.editorconfig chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
.gitignore chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
.luacheckrc initial 2022-06-26 17:43:18 +02:00
.luacov chore: configure coverage 2023-05-08 23:12:49 +02:00
LICENSE.md chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
README.md chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
awesomewm-d-tl-dev-1.rockspec chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
debug.lua initial 2022-06-26 17:43:18 +02:00
justfile chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
set_paths.tl chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00
stylua.toml initial 2022-06-26 17:43:18 +02:00
tlconfig.lua chore: rockspec, structure and entry point 2023-09-03 18:38:11 +02:00

README.md

AwesomeWM.d.tl

A project to generate Teal types definitions for the Awesome WM based on the API documentation.

status-badge

Dependencies

Project dependencies

  • Lua5.4
  • Luarocks
  • Just (optional, you can check the commands in the justfile and manually run them)

Note that additional dependencies are installed as rocks with Luarocks.

Development dependencies

Run the project

# Install rocks
just install

# Run the main script
just run

Custom settings for the project can be changed in the src/awesomewm.d.tl/properties.lua file.