Generate Teal types definitions for the Awesome WM based on the API documentation 📄
Go to file
Aire-One 9038d6f872
ci/woodpecker/push/docker-build Pipeline was successful Details
ci/woodpecker/push/docker-build/3 Pipeline was successful Details
ci/woodpecker/push/docker-build/2 Pipeline was successful Details
ci/woodpecker/push/docker-build/1 Pipeline was successful Details
ci/woodpecker/push/docker-build/4 Pipeline was successful Details
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
Merge pull request '[Refactor] Development rockspec, Project structure and Entry point' (#84) from feat/#65 into master
Reviewed-on: #84
2023-09-18 15:20:38 +02:00
.vscode chore: remove special characters from module name 2023-09-18 14:48:32 +02:00
.woodpecker ci: fix test and build dependencies install 2023-09-18 14:48:32 +02:00
spec chore: remove special characters from module name 2023-09-18 14:48:32 +02:00
src chore: move bin inside src 2023-09-18 14:48:32 +02:00
types chore: configure lua-local debugger for Teal 🧙 2023-05-05 00:04:25 +02:00
.busted chore: fix busted config 2023-09-04 00:29:18 +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: update README 2023-09-18 15:02:09 +02:00
awesomewmdtl-dev-1.rockspec chore: move bin inside src 2023-09-18 14:48:32 +02:00
debug.lua initial 2022-06-26 17:43:18 +02:00
justfile chore(just): define local build and test targets 2023-09-18 14:48:32 +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 local-install

# Run the main script
just run

Custom settings for the project can be changed in the src/awesomewmdtl/properties.lua file.