span-join-assets

command
v0.1.361 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Overview

span-join-assets combines a directory of json or single column TSV configurations into a single file.

From:

. ├── a │   └── b │   └── c.json └── d

├── e.json
└── f.tsv

To:

{
    "a": {
      "b": {
        "c": {
          "switch": "on"
        }
      }
    },
    "d": {
      "e": {
        "switch": "off"
      },
      "f": [
        "1",
        "2"
      ]
    }
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL