0.0.9 • Published 5 years ago
go-filecoin-dep v0.0.9
go-filecoin-dep
Download go-filecoin to your node_modules.
Note: requires Git to be installed.
Install
npm install go-filecoin-dep
Usage
This module downloads go-filecoin
binaries from https://github.com/filecoin-project/go-filecoin/releases into your project.
By default it will download the latest stable go-filecoin version available.
Overriding the go-filecoin version
You can override the version of go-filecoin that gets downloaded by adding by adding a go-filecoin.version
field to your package.json
"go-filecoin": {
"version": "^0.4.6"
},
Note: The version field accepts semver ranges.
Contribute
Feel free to dive in! Open an issue or submit PRs.
License
The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)