Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kacpak/kvp-cli


https://github.com/kacpak/kvp-cli

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# kvp-cli

Key - Value Pair CLI

## Usage

```
Usage: kvp-cli [options] [command]

CLI to edit key-value pair files

Options:
-V, --version output the version number
-h, --help display help for command

Commands:
get returns a value for a key
set sets key-value pair
unset removes key from file
help [command] display help for command
```

## Contributors

This repo uses [changesets](https://github.com/changesets/changesets) to generate changelog and synchronize releases.

Before pushing run `yarn changeset` to generate new changeset entry.

To publish run

- `yarn changeset version`
- `git add . && git commit`
- `yarn changeset publish`
- `git push --follow-tags`