tik

1.0.1 • Public • Published

tik

Build Status npm install

A command line key/value store based on LevelDB

install

npm install -g tik

usage

tik <key> [newvalue]

retrieve value of key if no newvalue specified, or set the value of key to newvalue if it is.

options

  • -d <dir> or --database <dir> - Use LevelDB from <dir> instead of default.

additional commands

tik ls

list all keys and values

tik lskeys

list all keys

tik rm key [key2 ..]

remove key from db, accepts a list of keys separated by space

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i tik

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jarofghosts