mykvstore

1.0.2 • Public • Published

mykvstore

mykvstore is a simple command-line tool for managing key-value pairs.

Installation

To install the package globally, you can use npm:

npm install -g mykvstore

or

sudo npm install -g mykvstore

Usage

Once installed, you can use the mkvs command to interact with the key-value store. Here are some example commands:

  1. Add a key-value pair:
kvs add <key> <value>
  1. Removes a key-value pair:
mkvs remove <key>
  1. Retrieves the value associated with a key.
mkvs get <key>

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Readme

Keywords

Package Sidebar

Install

npm i mykvstore

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

4.67 kB

Total Files

5

Last publish

Collaborators

  • deepakmardi22