svu | go-wait | |
---|---|---|
4 | 1 | |
536 | 5 | |
- | - | |
7.8 | 0.0 | |
7 days ago | almost 3 years ago | |
Go | Go | |
MIT License | Apache License 2.0 |
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.
svu
-
Essential Command Line Tools for Developers
View on GitHub
-
Auto versioning?
I use svu in a script to get the correct version based on my conventional commit messages (which I write using a tool I made, meteor)
-
go-conventionalcommits: Parse your commit messages as the Conventional Commits spec demands, in no time
Points that count towards Conventional Commits: - they don't get in the way (as far as my experience with them is concerned) - they enable or leverage tools like caarlos0/svu: Semantic Version Util
-
Meet Semverbot, a semver versioning CLI tool written in GoLang
Nice tool! Reminds me a bit of https://github.com/caarlos0/svu that relies on prefixes in commit messages for determining the level to increase. The point is that the authors of commit messages usually know best if they only patched something or added a new feature or made a breaking change.
go-wait
What are some alternatives?
semantic-release - :package::rocket: Fully automated version management and package publishing
http-file-server - tiny portable HTTP file server. single binary, no dependencies. linux, osx, windows. #golang
git-chglog - CHANGELOG generator implemented in Go (Golang).
deployr - A simple golang application to automate the deployment of software releases.
semverbot - A CLI which automates semver versioning.
traefik - The Cloud Native Application Proxy
git-semver - Semantic Versioning with git tags
go - The Go programming language
homebrew-tap - Homebrew tap for Restechnica
Hunch - Hunch provides functions like: All, First, Retry, Waterfall etc., that makes asynchronous flow control more intuitive.
terrathon - Lightweight Python wrapper around the Terraform CLI.
piecewiselinear - tiny linear interpolation library for go