Go TOML

Open-source Go projects categorized as TOML

Top 23 Go TOML Projects

  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

  • Project mention: Best practices for distributing and updating a Go CLI on Linux? | /r/golang | 2023-05-18

    Can you use a framework like urfavecli https://github.com/urfave/cli? This will auto-update every time it detects a new version from your CLI's GitHub repository

  • yq

    yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor

  • Project mention: Show HN: Flatito, grep for YAML and JSON files | news.ycombinator.com | 2024-03-25

    What I often use to just get the full key paths is yq (https://github.com/mikefarah/yq), piping into grep when necessary

      yq -o=props 

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dasel

    Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

  • Project mention: jq 1.7 Released | news.ycombinator.com | 2023-09-06
  • koanf

    Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.

  • Project mention: Nees help install knadh/koanf | /r/golang | 2023-05-27

    LINK: https://github.com/knadh/koanf

  • go-toml

    Go library for the TOML file format

  • Project mention: What Is Wrong with TOML? | news.ycombinator.com | 2023-09-13

    I wrote one of the Go implementations [0] when TOML was announced and have maintained it since.

    As a library implementor, I wish arrays would hold only one type at a time, but I get that could be useful for users. But as a user, I wish tables were fully defined once (more can't be added up later in the file), especially when using larger files.

    [0]: https://github.com/pelletier/go-toml

  • yj

    CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.

  • Project mention: That's a Lot of YAML | news.ycombinator.com | 2023-09-28

    For anyone looking for such a script, there's some CLIs that make it easy. One is `yq -o props` [1], another way is to use `yq -j` or `yj` [2] to convert to JSON and pipe it to `gron` [3].

    [1] https://github.com/mikefarah/yq

    [2] https://github.com/sclevine/yj

    [3] https://github.com/tomnomnom/gron

  • gookit/config

    📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名 (by gookit)

  • Project mention: topoconfig: enhancing config declarations with graphs | dev.to | 2023-10-03

    gookit/config

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • aconfig

    Simple, useful and opinionated config loader.

  • faq

    Format Agnostic jQ -- process various formats with libjq

  • fig

    A minimalist Go configuration library (by kkyr)

  • config

    A lightweight yet powerful configuration manager for the Go programming language (by golobby)

  • config-file-validator

    Cross Platform tool to validate configuration files

  • Project mention: Open Source: Validate XML, JSON, INI, TOML, and YAML files with one CLI | /r/opensource | 2023-10-27
  • frontmatter

    Go library for detecting and decoding various content front matter formats

  • cog

    ⚙️ Configuration library for Go applications (by leonidasdeim)

  • re-txt

    converts text-formats from one to another, it is very useful if you want to re-format a json file to yaml, toml to yaml, csv to yaml, ... etc

  • config

    Declarative configuration for Go (by num30)

  • CONFLATE

    Library providing routines to merge and validate JSON, YAML and/or TOML files

  • tarjem

    an easy way to generate translations for your Go app

  • xconf

    Dead simple yet complete and powerful configuration manager for Go.

  • go-binder

    Go binding configuration and command flag made easy✨✨

  • TySug

    A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts

  • stres

    Small library that brings AndroidStudio-like string resources system in Go.

  • swap

    Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env). (by oblq)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go TOML related posts

  • That's a Lot of YAML

    14 projects | news.ycombinator.com | 28 Sep 2023
  • What Is Wrong with TOML?

    15 projects | news.ycombinator.com | 13 Sep 2023
  • Hw to open these files locally using vs code?

    1 project | /r/webdev | 14 May 2023
  • re-txt: convert text files from yaml/json/toml/json to json/toml/yaml

    1 project | /r/webdev | 9 Jan 2021
  • re-txt: convert/transform text files from json/yaml/toml/csv to yaml/json/toml

    1 project | /r/programming | 9 Jan 2021
  • Re-txt: convert from JSON/YAML/toml/CSV to YAML/JSON/toml

    1 project | news.ycombinator.com | 9 Jan 2021
  • re-txt: from json/yaml/toml/csv to yaml/json/toml

    1 project | /r/golang | 9 Jan 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source TOML projects in Go? This list will help you:

Project Stars
1 urfave/cli 21,692
2 yq 10,872
3 dasel 4,889
4 koanf 2,393
5 go-toml 1,649
6 yj 929
7 gookit/config 523
8 aconfig 515
9 faq 419
10 fig 366
11 config 357
12 config-file-validator 281
13 frontmatter 97
14 cog 69
15 re-txt 65
16 config 47
17 CONFLATE 44
18 tarjem 33
19 xconf 20
20 go-binder 18
21 TySug 17
22 stres 12
23 swap 8

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com