An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.4% on proxy.golang.org
Top 1.7% dependent packages on proxy.golang.org
Top 2.9% dependent repos on proxy.golang.org
Top 3.3% forks on proxy.golang.org

proxy.golang.org : github.com/peterbourgon/ff/v4

Package ff provides a flags-first approach to runtime configuration. The central function is Parse, which populates a flag set from commandline arguments, environment variables, and/or config files. Parse takes either an implementation of the Flags interface, or (for compatibility reasons) a concrete flag.FlagSet. Option values can be used to control parsing behavior. FlagSet is provided as a standard implementation of the Flags interface, inspired by getopts(3). It supports single (-f) and long (--foo) flag names. Command is provided as a tool for building CLI applications, like docker or kubectl, in a simple and declarative style. It's intended to be easier to understand and maintain than common alternatives.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/peterbourgon/ff/v4
License: Apache-2.0
Latest release: over 1 year ago
First release: over 1 year ago
Namespace: github.com/peterbourgon/ff
Dependent packages: 10
Dependent repositories: 3
Stars: 1,222 on GitHub
Forks: 57 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/peterbourgon
Last synced: 4 days ago

    Loading...
    Readme
    Loading...