Generate Teal types definitions for the Awesome WM based on the API documentation 📄
Go to file
Aire-One 1d8d11a0b6
ci/woodpecker/push/build unknown status Details
ci/woodpecker/push/lint unknown status Details
ci/woodpecker/push/docker-build-cyan Pipeline was successful Details
ci/woodpecker/push/docker-build-luacheck_just Pipeline was successful Details
ci/woodpecker/push/docker-build_stylua_just Pipeline was successful Details
ci/woodpecker/pr/docker-build-cyan Pipeline failed Details
ci/woodpecker/pr/docker-build-luacheck_just Pipeline failed Details
ci/woodpecker/pr/docker-build_stylua_just Pipeline failed Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci: add docker-build
2022-11-28 19:22:04 +01:00
.vscode feat(crawler): manage `file://` protocol 2022-09-11 03:17:40 +02:00
.woodpecker ci: add docker-build 2022-11-28 19:22:04 +01:00
rockspecs feat(rockspec): remove htmlparser dependency 2022-09-29 19:20:40 +02:00
src/awesomewm.d.tl fix(generator): utils.is_empty 2022-11-06 19:19:40 +01:00
types build(types): fix pl Map:iter() definition 2022-11-06 18:32:57 +01:00
.editorconfig build(teal): initial teal config 2022-09-29 20:38:03 +02:00
.gitignore build(teal): initial teal config 2022-09-29 20:38:03 +02:00
.luacheckrc initial 2022-06-26 17:43:18 +02:00
Dockerfile.cyan ci: add docker-build 2022-11-28 19:22:04 +01:00
Dockerfile.luacheck_just ci: add docker-build 2022-11-28 19:22:04 +01:00
Dockerfile.stylua_just ci: add docker-build 2022-11-28 19:22:04 +01:00
README.MD chore: add woodpecker status badge in README 2022-08-12 19:54:34 +02:00
debug.lua initial 2022-06-26 17:43:18 +02:00
justfile run(justfile): run recipe run sources with Teal 2022-10-11 18:41:03 +02:00
set_paths.lua run(justfile): run recipe run sources with Teal 2022-10-11 18:41:03 +02:00
set_paths.tl run: `set_path.tl` build -> src 2022-10-22 15:02:47 +02:00
stylua.toml initial 2022-06-26 17:43:18 +02:00
tlconfig.lua build(teal): initial teal config 2022-09-29 20:38:03 +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:

  • Luacheck
  • Stylua

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.