Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

views

README.md

keyroll

keyroll is a secure key-value storage toolkit.

Usage

install as global dependency

npm install -g keyroll

start server anywhere

# serve ~/.keyroll at 9988
keyroll

# serve ~/.keyroll at 8080
keyroll --port=8080

# fork server
keyroll fork

# stop server
keyroll stop

# show help
keyroll help

access homepage

http://localhost:YOUR-PORT