Update README.md

This commit is contained in:
maddalax 2024-09-20 13:46:31 -05:00 committed by GitHub
parent 403e730a42
commit aa40eac72a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,3 +35,9 @@ func IndexPage(ctx *h.RequestContext) *h.Page {
4. built in tailwindcss support, no need to configure anything by default 4. built in tailwindcss support, no need to configure anything by default
5. plugin architecture to include optional plugins to streamline development, such as http://entgo.io 5. plugin architecture to include optional plugins to streamline development, such as http://entgo.io
6. custom [htmx extensions](https://github.com/maddalax/htmgo/tree/b610aefa36e648b98a13823a6f8d87566120cfcc/framework/assets/js/htmxextensions) to reduce boilerplate with common tasks 6. custom [htmx extensions](https://github.com/maddalax/htmgo/tree/b610aefa36e648b98a13823a6f8d87566120cfcc/framework/assets/js/htmxextensions) to reduce boilerplate with common tasks
**get started:**
> [!WARNING]
> This is a prerelease version and generally should not be used at this time. Watch on github for the stable release!
View documentation on [htmgo.dev](https://htmgo.dev/).