Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Changie Alternatives
Similar projects and alternatives to changie
-
standard-version
:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
-
ascii-image-converter
A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
go-zero
A cloud-native Go microservices framework with cli tool for productivity.
-
git-cliff
A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️
-
keploy
Test generation for Developers. Generate tests and stubs for your application that actually work!
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
core
Backend server API handling user mgmt, database, storage and real-time component (by staticbackendhq)
-
clover
A lightweight document-oriented NoSQL database written in pure Golang. (by ostafen)
-
-
-
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
-
-
infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
-
-
-
up-for-grabs.net
This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
-
-
slack
Slack API in Go - community-maintained fork created by the original author, @nlopes
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
changie reviews and mentions
-
Changie - Auto mode and GitHub action
That is all for now. Reach me on twitter @miniScruffDev or by starting a discussion on GitHub.
-
Looking for feedback: cargo-changelog
Yes, there is changie - a golang tool that inspired me actually.
- Looking for projects to contribute
- Any open source project I could join?
- Looking for open source project to contribute
-
Changie - Replacments and Choices
A short example is the one from Changie itself that asks for an issue number and adds a link when formatting. Changie's .changie.yaml is basically the default configuration with the issue choice added.
-
Changie - Automated Changelog Generation for Any Project
The full changelog for Changie, generated by Changie can be viewed on the website or on GitHub.
-
Good example projects to look through? + a good number of other questions - sorry
I did the first bullet point by passing a reference around, https://github.com/miniscruff/changie. The second bullet point is a little harder, cmd is sort of like a bin folder for scripts but as go files? In a way. I mostly use it cause that is what cobra defaults to. For the third one, besides speed and consistency it might be due to struct funcs when written using func (a *AStruct) doSomething() {} work both when passed in a pointer or value. Where as func (a AStruct) doSomething() {} only works when used on a value. The last point you can use errors.Is https://pkg.go.dev/errors#Is.
-
Open source Go projects to contribute (beginners)
A pretty simple CLI tool for handling changelogs and release notes, not a lot of issues at the moment though: https://github.com/miniscruff/changie.
-
Open source projects to contribute to
Self promo if you want to learn a CLI tool: https://github.com/miniscruff/changie
-
A note from our sponsor - Onboard AI
getonboard.dev | 6 Dec 2023
Stats
miniscruff/changie is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of changie is Go.