初始提交: u-tpl 项目文档

This commit is contained in:
2026-03-31 17:32:13 +08:00
commit 71d7f6590a
3 changed files with 1027 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.claude/

1013
README.md Normal file

File diff suppressed because it is too large Load Diff

13
todo.md Normal file
View File

@@ -0,0 +1,13 @@
# u-tpl
实现一套 模板解析引擎,
高性能,易于维护,易于理解,
使用场景,现代 sql 模板管理ai友好
语言golang
# 维护到 git 仓库, (暂时先不要提交,只暂缓到本地)
git remote add origin https://gitea.1216.top/lxy/u-tpl.git
git push -u origin main