Thanks to visit codestin.com
Credit goes to github.com

Skip to content

keyStore to store key value data

License

amirpankratis/keyStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Node and npm:

Installation

cd keyStore

npm install

How to run

npm start

run the test

npm test

available commands

Available output formats: "json", "yaml", "csv".

Usage:

  • SET KEY VALUE "To set a value with its KEY, exp: SET name John"
  • GET KEY "To get a existing value of the key, exp: GET name"
  • DEL KEY "To delete a value and its key, exp: DEL name"
  • FLAG KEY "To select output format, exp: FLAG csv"
  • FLUSH "To store current data in output folder"
  • EXIT "To exit the program"

About

keyStore to store key value data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published