1.0.2 • Published 4 months ago

mykvstore v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago