node-credstash
==============

[Node.js](https://nodejs.org/en/) port of [credstash](https://github.com/fugue/credstash)

[Command line usage](https://github.com/fugue/credstash#usage)
========================================================

    $ npm install -g credstash-cli
    $ credstash put 'Death Star' 'Invulnerable' 'imperial=true'
    Death Star has been stored
    $ credstash get 'Death Star' 'imperial=true'
    Invulnerable
    
Please go to [credstash](https://github.com/fugue/credstash#usage) for command line documentation
