https://github.com/gomicro/align
CLI tool to perform actions across multiple repos
https://github.com/gomicro/align
managed
Last synced: about 2 months ago
JSON representation
CLI tool to perform actions across multiple repos
- Host: GitHub
- URL: https://github.com/gomicro/align
- Owner: gomicro
- License: mit
- Created: 2022-03-20T03:49:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T23:04:36.000Z (4 months ago)
- Last Synced: 2025-12-19T07:32:40.697Z (4 months ago)
- Topics: managed
- Language: Go
- Homepage:
- Size: 5.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Align
[](https://github.com/gomicro/align/actions?query=workflow%3ABuild)
[](https://goreportcard.com/report/github.com/gomicro/align)
[](https://pkg.go.dev/github.com/gomicro/align)
[](https://github.com/gomicro/align/blob/master/LICENSE.md)
[](https://github.com/gomicro/align/releases/latest)
Align is a command line tool for managing broader sets of tasks across a set of repos.
# Requirements
Golang version 1.23 or higher.
# Installation
```
go get github.com/gomicro/align
```
# Usage
See the help text for descriptions of what is available
```
align -h
```
# Versioning
The tool will be versioned in accordance with [Semver 2.0.0](http://semver.org). See the [releases](https://github.com/gomicro/align/releases) section for the latest version. Until version 1.0.0 the tool is considered to be unstable.
It is always highly recommended to vendor the version you are using.
# License
See [LICENSE.md](./LICENSE.md) for more information.