Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kacpak/kvp-cli
https://github.com/kacpak/kvp-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kacpak/kvp-cli
- Owner: kacpak
- Created: 2022-08-29T08:52:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T11:08:29.000Z (over 2 years ago)
- Last Synced: 2024-11-14T07:43:22.215Z (about 1 month ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 commandCommands:
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`