awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
S

sasbury/mini

0
View on GitHub↗
0 stars·0 forks·1 view

Mini

Features

  • Configuration Management - INI-style configuration parser.
  • Configuration Management - INI-style file parser.

Star history

Star history chart for sasbury/miniStar history chart for sasbury/mini

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Mini

Similar open-source projects, ranked by how many features they share with Mini.
  • beatlabs/harvesterbeatlabs avatar

    beatlabs/harvester

    134View on GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    View on GitHub↗134
  • caarlos0/envcaarlos0 avatar

    caarlos0/env

    6,004View on GitHub↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Goconfigconfigurationenvironment
    View on GitHub↗6,004
  • antham/envhantham avatar

    antham/envh

    100View on GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    View on GitHub↗100
  • crgimenes/goconfigC

    crgimenes/goConfig

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Mini→

Frequently asked questions

What are the main features of sasbury/mini?

The main features of sasbury/mini are: Configuration Management.

What are some open-source alternatives to sasbury/mini?

Open-source alternatives to sasbury/mini include: caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… go-gcfg/gcfg. antham/envh — Go helpers to manage environment variables. beatlabs/harvester — Harvest configuration, watch and notify subscriber. crgimenes/goconfig. go-ini/ini — Package ini provides INI file read and write functionality in Go.