文件名称:paich:愚蠢的代码生成器
文件大小:18KB
文件格式:ZIP
更新时间:2024-04-08 20:01:54
Go
派希 Web API的简单Go代码生成器。目前不发达。字段描述符受Ruby on Rails启发。 简单用法 ./paich [model name] [field name]:[field type]:[field attr] --template=[template name] ./paich generate test test:test --template=hello-world.paich 文件夹模板包含以下text/template格式的text/template ,并且文件名将被视为模板名称。 如何建造 go build ./paich 执照
【文件预览】:
paich-mastah
----.gitignore(5B)
----go.mod(80B)
----LICENSE(1KB)
----go.sum(28KB)
----utils()
--------file.go(308B)
----main.go(89B)
----README.md(487B)
----parser()
--------inflatter.go(1019B)
--------stemmer.go(1KB)
----template()
--------hello-world.paich(11B)
----cmd()
--------version.go(347B)
--------root.go(483B)
--------generate.go(1KB)