Categorygithub.com/FyraLabs/subatomic
module
0.9.3
Repository: https://github.com/fyralabs/subatomic.git
Documentation: pkg.go.dev

# README

Subatomic

A modern package delivery system for RPMs.

[!WARNING] This README and docs are under progress.

🛠️ Dependencies

Please make sure you have these dependencies first before building.

golang

Additionally, you might want to install air, a live reload tool for Go apps. To install the latest version:

go install github.com/air-verse/air@latest

🏗️ Building

Simply clone this repo then:

go build ./(server|subatomic-cli)

Client Configuration

subatomic-cli can be configured using a config file in ~/.config/subatomic.json, or by using CLI flags.

{
  "server": "https://subatomic.example.com",
  "token": "super-secret-jwt-token"
}

🗒️ Todos

  • Improve the README
  • Refactor some bad (written while out of it) code
  • Deprecate OSTree and go RPM only

# Packages

No description provided by the author
Copyright © 2022 Fyra Labs */.