Package Exports
- go-filecoin-dep
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 (go-filecoin-dep) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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)