~repos /gromer
git clone https://pyrossh.dev/repos/gromer.git
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
c3fd69bd
—
Peter John 3 years ago
add badge
readme.md
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://goreportcard.com/report/github.com/pyros2097/gromer"><img src="https://goreportcard.com/badge/github.com/pyros2097/gromer" alt="Go Report Card"></a>
|
|
3
|
-
<a href="https://GitHub.com/pyros2097/gromer/releases/"><img src="https://img.shields.io/github/release/pyros2097/gromer.svg" alt="GitHub release"></a>
|
|
4
|
-
<a href="https://pkg.go.dev/github.com/pyros2097/gromer"><img src="https://img.shields.io/badge/dev-reference-007d9c?logo=go&logoColor=white&style=flat" alt="pkg.go.dev docs"></a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
1
|
# gromer
|
|
8
2
|
|
|
3
|
+
[](https://github.com/pyros2097/gromer)
|
|
4
|
+
|
|
9
5
|
**gromer** is a framework and cli to build web apps in golang.
|
|
10
6
|
It uses a declarative syntax using funcs that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.
|
|
11
7
|
|