-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
axzilla
wants to merge
4,059
commits into
avelino:main
Choose a base branch
from
axzilla:add-goilerplate
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
Add kubo framework
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>
* 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>
Missed the https:// in avelino#5408
* 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>
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:
|
axzilla
force-pushed
the
add-goilerplate
branch
from
October 12, 2024 09:29
278bf1e
to
436ee90
Compare
KousikMukherjee03
approved these changes
Oct 12, 2024
axzilla
force-pushed
the
add-goilerplate
branch
from
October 23, 2024 13:34
436ee90
to
106454f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Category quality
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:
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: