tik

command line key/value store

Usage no npm install needed!

<script type="module">
  import tik from 'https://cdn.skypack.dev/tik';
</script>

README

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