[Refactor] Development rockspec, Project structure and Entry point #84

Merged
Aire-One merged 16 commits from feat/#65 into master 2023-09-18 15:20:42 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 0e44793bd9 - Show all commits

View File

@ -33,7 +33,7 @@ build = {
build_command = "cyan build",
install = {
bin = {
"bin/awesomewmdtl",
"src/bin/awesomewmdtl",
},
lua = {
["awesomewmdtl.crawler.init"] = "build/awesomewmdtl/crawler/init.lua",

View File

@ -1,3 +0,0 @@
#!/usr/bin/env lua
local a = require("awesomewmdtl")

3
src/bin/awesomewmdtl Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env lua
require("awesomewmdtl")