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

https://github.com/wagoodman/linux-distributions

scratch code to gather information about linux distros
https://github.com/wagoodman/linux-distributions

Last synced: 5 days ago
JSON representation

scratch code to gather information about linux distros

Awesome Lists containing this project

README

          

# linux-distributions

This repo downloads `/etc/os-release` information for several distros as well as end of life
information for the same distros and makes it available as JSON files (see `data/`).

To run this yourself:
```
go run ./cmd/gather
```