0.0.1 • Published 5 years ago

@carnesen/bitcoin-software-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@carnesen/bitcoin-software-cli Build Status

A command-line interface for installing bitcoin server software

Install

npm install --global @carnesen/bitcoin-software-cli

Alternatively, if you don't want to install the package you can run it as a one-off command using npx:

$ npx @carnesen/bitcoin-software-cli

Usage

Use the --help flag to explore the command usage:

$ bitcoin-software --help
Usage: bitcoin-software <subcommand> <options>

   Manage bitcoin server software

Subcommands:

   install, uninstall, toBitcoinHome
$ bitcoin-software install --help
Usage: bitcoin-software install <options>

Options:

   [--implementation <str>] : Defaults to 'core'
                              Allowed values {'core', 'abc'}
   [--version <str>] : Default value is implementation-dependent.
                       A semver string that identifies a version of software.
   [--destination <str>] : Defaults to 'software'.
                           Absolute or datadir-relative path.

Related

license

MIT © Chris Arnesen