phase1: go module skeleton with subcommand stubs

This commit is contained in:
Sergey Filkin
2026-04-18 11:36:39 +03:00
parent f36e9f003f
commit 6b8d588c43
12 changed files with 208 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o tmp/md-to-html ./cmd/md-to-html"
bin = "tmp/md-to-html serve"
exclude_dir = ["archive", "tmp", "bin", "web/static/dist", "node_modules", ".review-sandboxes", ".git"]
include_ext = ["go", "templ", "html"]