Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Goilerplate to Web Frameworks #5437

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

axzilla
Copy link

@axzilla axzilla commented Oct 12, 2024

Add Goilerplate to Web Frameworks

Checklist

  • I have read the Contribution Guidelines

  • I have read the Maintainers Note

  • I have read the Quality Standards

  • The repo documentation has a pkg.go.dev link.

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

  • The repo documentation has a goreportcard link.

  • 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

Pull Request content

  • The package has been added to the list in alphabetical order.
  • The package has an appropriate description with correct grammar.
  • 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.

Copy link

Thank you for contributing to awesome-go. We will review your contribution as soon as possible.

Make sure you add the links in the body of the pull request that are requested in the contribution guide:

  • repo link
  • pkg.go.dev
  • goreportcard.com
  • coverage

Your project is under review. It may take a few days to be approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants