An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Align

[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gomicro/align/build.yml?branch=main)](https://github.com/gomicro/align/actions?query=workflow%3ABuild)
[![Go Reportcard](https://goreportcard.com/badge/github.com/gomicro/align)](https://goreportcard.com/report/github.com/gomicro/align)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/gomicro/align)
[![License](https://img.shields.io/github/license/gomicro/align.svg)](https://github.com/gomicro/align/blob/master/LICENSE.md)
[![Release](https://img.shields.io/github/release/gomicro/align.svg)](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.