adding tool and tests

This commit is contained in:
2026-05-17 11:53:25 +00:00
Unverified
parent 2a23ac883e
commit 67ac41d84f
5 changed files with 596 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Binaries for programs and plugins
web-to-markdown
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories
vendor/
# Environment-specific files
.env
.idea/
.vscode/
*.swp