Skip to content

Commit f96aee6

Browse files
committed
feat(catalog): add templ HTML templating tool for Go
1 parent 02099b8 commit f96aee6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

catalog/templ.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)