JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q76389F
  • License MIT

Mysterium Network client

Package Exports

  • mysterium-client-bin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mysterium-client-bin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Mysterium Client Binary Downloader

Mysterium Node client binary downloader

Installation

Per project

$ npm i mysterium-client-bin

or

$ yarn add mysterium-client-bin

Globally

npm i mysterium-client-bin -g

or

yarn global add mysterium-client-bin

Unfortunately yarn doesn't support the postinstall hook, therefore you will need to download the binaries manually:

yarn download-mysterium-client

We currently support x64 versions of darwin, windows and linux. To download for a specific platform, run the following:

yarn download-mysterium-client <platform> <destination_dir (optinal)>

Usage

To run the binary from your project root:

// ./node_modules/.bin/mysterium_client
$(npm bin)/mysterium_client

or

yarn mysterium_client

If you installed it globally, it should appear in your $PATH:

$ mysterium_client --help