Skip to content

Commit

Permalink
merge duplicate project statuses and re-word it
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed Apr 16, 2024
1 parent 0bf5a7f commit 30b1873
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Go Version](https://img.shields.io/github/go-mod/go-version/golingon/lingon)](go.mod)
![Go Test Coverage](.github/coverage.svg)


# Lingon 🍒 - Libraries for building platforms with Go <!-- omit in toc -->

- [What is this?](#what-is-this)
Expand All @@ -23,12 +22,6 @@
- [Similar projects](#similar-projects)
- [License](#license)

## Project Status

This was a proof-of-concept at [volvo-cars](https://github.com/volvo-cars/lingon).
Management decided to go another route but we ([jacob](https://github.com/jlarfors) and [julien](https://github.com/veggiemonk)) believe in the concept
and the knowledge acquired throughout the process. We are maintainers of the project and will make sure that the project is healthy and keep receiving updates.

## What is this?

Write [Terraform](./docs/terraform/) (HCL) and [Kubernetes](./docs/kubernetes/) (YAML) in Go. see [Rationale](./docs/rationale.md) for more details.
Expand Down Expand Up @@ -61,6 +54,11 @@ This project is in beta.
The APIs are stable, but we do not promise backward compatibility at this point.
We will eventually promise backward compatibility when the project is more battle tested.

This was a proof-of-concept at [volvo-cars](https://github.com/volvo-cars/lingon).
Unfortunately the project for which Lingon was being developed ended.
The original authors ([jacob](https://github.com/jlarfors) and [julien](https://github.com/veggiemonk)) believe in the concept and are
now maintainers of this project and will make sure it is healthy and receives updates.

See [FAQ](./docs/faq.md) for more details.

## Required knowledge
Expand Down Expand Up @@ -110,7 +108,7 @@ Or simply download the binaries from the [releases](https://github.com/golingon/
```bash
go install github.com/golingon/lingon/cmd/explode@latest
go install github.com/golingon/lingon/cmd/kygo@latest
go install github.com/golingon/lingon/cmd/terragen@latest
go install github.com/golingon/lingon/cmd/terragen@latest

```

Expand Down

0 comments on commit 30b1873

Please sign in to comment.