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 Binary Downloader
Mysterium Node binary downloader
Installation
Per project
$ npm i mysterium-client-binor
$ yarn add mysterium-client-binGlobally
npm i mysterium-client-bin -gor
yarn global add mysterium-client-binUnfortunately yarn doesn't support the postinstall hook, therefore you will need to download the binaries manually:
yarn download-mysterium-clientWe 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/myst
$(npm bin)/mystor
yarn mystIf you installed it globally, it should appear in your $PATH:
$ myst --help