gron
gron, Cron Jobs in Go. (by roylee0704)
goreleaser
Release engineering, simplified (by goreleaser)
gron | goreleaser | |
---|---|---|
- | 65 | |
1,035 | 14,517 | |
0.0% | 1.6% | |
0.0 | 9.9 | |
almost 2 years ago | 6 days ago | |
Go | Go | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gron
Posts with mentions or reviews of gron.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning gron yet.
Tracking mentions began in Dec 2020.
goreleaser
Posts with mentions or reviews of goreleaser.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-14.
-
🥳 We built the cli of our dreams to send sms ❣️
Then, I wanted to bring my team to the Go experience at the office as sometimes we need to deliver apps to systems on which we don't want or can't install new softwares : so delivering a static binary thanks to Go and goreleaser seemed a good option for effortless cross-compilation... and of course build the best possible UX thanks to Cobra.
- Dagger Shell: Unix Pipeline Pattern for Typed API Objects
-
Automating an Open Source Project with GitHub Actions
The CLI is published as a release using GoReleaser to build the release.
-
ecstop: My CLI Tool to Stop ECS Resources Easily
GoReleaser
-
How to publish a Go package on Chocolatey
Then to aid us publishing, we are going to use a wonderful package called Goreleaser. It allows publishing to Homebrew, Chocolatey and several other package managers as easily as possible. First we install goreleaser by running:
-
Show HN: Docker-phobia: Analyze Docker image size with a treemap
> This is a much faster way than setting up Github Actions to build an executable for every possible platform on every release
It's not even that hard. Just use GoReleaser.
https://goreleaser.com/
-
FOSDEM 2024 - Summary and Reflections
I also got my eyes on GoReleaser, which I will use in my (Go) projects.
- Distribuindo uma aplicação Go sem o Docker
- goreleaser: Deliver Go binaries as fast and easily as possible
- Goreleaser
What are some alternatives?
When comparing gron and goreleaser you can also consider the following projects:
hub - A command-line tool that makes git easier to use with GitHub.
Task - A task runner / simpler Make alternative written in Go
go-cron - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons.
godropbox - Common libraries for writing Go services/applications.
Deepcopier - simple struct copying for golang