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 4,059 commits into
base: main
Choose a base branch
from
Open

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.

samirkape and others added 30 commits October 11, 2023 09:02
* chore: add oapi-codegen

Useful utility to generate go models based on openapi spec

* fix: move pkg up as per alphabetical order

* fix: category

* punctuation
* add msgpack

* add msgpack

* Update README.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Chore: Typo fixed in README.md

* Update README.md

---------

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
A link to the project's pkg.go.dev page https://pkg.go.dev/github.com/cinar/checker

A link to the project's Go Report Card report
https://goreportcard.com/report/github.com/cinar/checker

A link to a code coverage report
https://app.codecov.io/gh/cinar/checker
Adds templ to the Template Engines subsection of the README.
syndfeed doesn't seem to be available
* add decompose

* move to Devops Tools category

---------

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
mjl- and others added 24 commits September 13, 2024 09:17
* Add github.com/mjl-/mox, a modern email server

Mox is a modern full-featured open source secure mail server for
low-maintenance self-hosted email. It implements IMAP, SMTP, SPF, DKIM, DMARC,
TLSRPT, MTA-STS and more.

* chore: grammar correction

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
* added godocx

* Update README.md
* Update README.md, added Poly to Science section

* period

---------

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
* chore: add Abstruse CI

* Update README.md

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
* Update README.md

Added `moniGo` to the list - MoniGo is a performance monitoring library for Go applications. It provides real-time insights into application performance.

* Fix order

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
* Add iWF

* Improve

* Update README.md

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
* add go-hep

* rephrase description

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
* Add goxigen

* fix order

* add missing dot
* feat: add reflection category

* fix: suggested changes

* fix: markdown

* fix: resolve changes
Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
* Added Syft to awesome-go

* Removed nut

Nut package hasn't had a PR or release since 2016, has no documentation in pkg.go.dev, and currently isn't imported by any other Go projects or packages.
* Update README.md

* Update README.md

* Update README.md

* fix spacing

---------

Co-authored-by: Yassine Benaid <yassinebenaide3@gmail.com>
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