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

https://github.com/frantjc/forge

Run reusable steps from proprietary CI systems.
https://github.com/frantjc/forge

cicd cli cloudbuild concourse containers docker github-actions go golang

Last synced: 3 months ago
JSON representation

Run reusable steps from proprietary CI systems.

Awesome Lists containing this project

README

        

# forge [![CI](https://github.com/frantjc/forge/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/frantjc/forge/actions) [![godoc](https://pkg.go.dev/badge/github.com/frantjc/forge.svg)](https://pkg.go.dev/github.com/frantjc/forge) [![goreportcard](https://goreportcard.com/badge/github.com/frantjc/forge)](https://goreportcard.com/report/github.com/frantjc/forge)

Have you ever had to swap to using a new CI system? Twice? Three times? Done with searching for a replacement for each Action, CloudBuilder or resource that you were using in your old one? Tired of waiting minutes for feedback on each iteration of figuring out the quirks of your new one?

Forge is here to help.

Forge is a library and CLI for running reusable steps from various proprietary CI systems using a pluggable container runtime. This, for example, makes the functionality provided to GitHub Actions easily consumable (or testable) by users of other CI systems.

[**Learn more**](https://frantjc.github.io/forge).