We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02099b8 commit f96aee6Copy full SHA for f96aee6
1 file changed
catalog/templ.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "templ",
3
+ "category": "go",
4
+ "install_method": "go_install",
5
+ "description": "HTML templating language for Go with great developer tooling",
6
+ "homepage": "https://templ.guide",
7
+ "github_repo": "a-h/templ",
8
+ "go_package": "github.com/a-h/templ/cmd/templ",
9
+ "version_command": "templ version",
10
+ "version_regex": "v?([0-9]+\\.[0-9]+\\.[0-9]+)"
11
+}
0 commit comments