awesome-go icon indicating copy to clipboard operation
awesome-go copied to clipboard

Add Goilerplate to Web Frameworks

Open axzilla opened this issue 4 months ago • 1 comments

Add Goilerplate to Web Frameworks

Checklist

  • [x] I have read the Contribution Guidelines

  • [x] I have read the Maintainers Note

  • [x] I have read the Quality Standards

  • [x] The repo documentation has a pkg.go.dev link.

  • [ ] The repo documentation has a coverage service link. (In progress)

  • [x] The repo documentation has a goreportcard link.

  • [x] The repo has a version-numbered release and a go.mod file.

  • [ ] The repo has a continuous integration process that automatically runs tests. (In progress)

  • [ ] Continuous integration is used to catch issues prior to releasing. (In progress)

Links

  • GitHub: https://github.com/axzilla/goilerplate
  • pkg.go.dev: https://pkg.go.dev/github.com/axzilla/goilerplate
  • goreportcard.com: https://goreportcard.com/report/github.com/axzilla/goilerplate
  • Coverage: (Coming soon)

Pull Request content

  • [x] The package has been added to the list in alphabetical order.
  • [x] The package has an appropriate description with correct grammar.
  • [x] As far as I know, the package has not been listed here before.

Category quality

  • [ ] The packages around my addition still meet the Quality Standards. (To be verified)

Description

Goilerplate is a modern UI component library for Go and Templ. It provides a set of reusable components that integrate Alpine.js for enhanced interactivity and Tailwind CSS for styling. The library is designed to simplify the development of web applications in Go by offering type-safe, server-side rendered components.

Key features:

  • Go-native implementation
  • Templ-first design
  • Server-Side Rendering (SSR) focus
  • Alpine.js integration
  • Tailwind CSS styling
  • Accessible components
  • Type-safe development

I am actively working on improving test coverage, implementing continuous integration, and setting up a coverage service. These improvements will be added to the project in the near future.

Changes made

Added the following line to the README.md file under the "Web Frameworks" section:

* [Goilerplate](https://github.com/axzilla/goilerplate) - Modern UI Components for Go & Templ.

axzilla avatar Oct 12 '24 07:10 axzilla