kvco

1.1.1 • Public • Published

kvco

Utility for editing a group of JSON files

Features

Creation - create a key that will be added to all files that match the pattern

Editing - correct the values of nested keys in each file

Deletion - delete the key from all files

Installation

npm install kvco -g

Usage

kvco

Configuration

To configure inio, create an inio.config.js file in the .json files directory

Options

pattern - the pattern by which to search for files. The pattern should contain a dynamic part <key>, f.e. "./terms/<key>.json" (by default "./<key>.json")

Now simply call inio in the terminal:

inio

You can also specify the path to the config by setting the CONFIG_PATH environment variable:

CONFIG_PATH="../../inio.config.js" inio

You can also pass package options through environment variables, converting options to UPPER_SNAKE_CASE format:

PATTERN="./terms/<key>.json" inio

Where ./terms/<key>.json - is the pattern of files that you want to edit, with the following file structure:

root
--langs
----en.json
----de.json
----fr.json

The pattern should contain <key> - this is a dynamic parameter, equivalent to * in glob rules.

The utility will start a local server, through which all your file changes will subsequently occur.

Then open inio.nimpl.tech and edit the files through a comfortable interface.

application screenshot

Additional

Please consider giving a star if you like it, it shows that the package is useful and helps continue work on this and other packages.

Create tasks with wishes, ideas, difficulties, etc. All of them will definitely be considered and thought over.

License

BSD-1-Clause

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.10latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.10

Package Sidebar

Install

npm i kvco

Weekly Downloads

0

Version

1.1.1

License

BSD-1-Clause

Unpacked Size

32.4 kB

Total Files

22

Last publish

Collaborators

  • vordgi