1.0.1 • Published 9 years ago

crypto-dir v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

crypto-dir

Build Status

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)