1.0.2 • Published 2 years ago
mykvstore v1.0.2
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 mykvstoreor
sudo npm install -g mykvstoreUsage
Once installed, you can use the mkvs command to interact with the key-value store. Here are some example commands:
- Add a key-value pair:
kvs add <key> <value>- Removes a key-value pair:
mkvs remove <key>- 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.