crypto-dir
v1.0.1
Published
Cross platform package to get the data directory for a cryptocurrency
Downloads
4
Readme
crypto-dir
Cross platform package to get the data directory for a cryptocurrency
Install
$ npm install crypto-dir
Test
$ npm test
Usage
var dir = require('crypto-dir')
dir('bitcoin')
// => '/Users/evan/Library/Application Support/Bitcoin'
CLI
$ npm install -g crypto-dir
$ crypto-dir bitcoin
// => '/Users/evan/Library/Application Support/Bitcoin'
Author
Evan Lucas
License
MIT (See LICENSE
for more info)