lqueue
v0.0.4
Published
Push and shift data to a queue from the command line
Downloads
9
Readme
lqueue(1)
install
$ npm install lqueue -gusage
push
$ lqueue push foo..or from stdin
$ echo bar | lqueue pushshift
$ lqueue shift
fooUse the -v flag for verbose output.
$ lqueue push 123 -v
verbose: queue empty
verbose: put (1) 123...
verbose: write oklicense
MIT
