Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magik6k/sbt-publish-ipfs
Tiny SBT plugin for IPFS publishing
https://github.com/magik6k/sbt-publish-ipfs
ipfs sbt sbt-plugin scala
Last synced: 22 days ago
JSON representation
Tiny SBT plugin for IPFS publishing
- Host: GitHub
- URL: https://github.com/magik6k/sbt-publish-ipfs
- Owner: magik6k
- License: mit
- Created: 2017-03-28T19:07:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T19:08:09.000Z (almost 8 years ago)
- Last Synced: 2024-12-05T16:29:19.310Z (about 1 month ago)
- Topics: ipfs, sbt, sbt-plugin, scala
- Language: Scala
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SBT IPFS publishing plugin
This plugin creates new `publishIpfs` task that basically publishes tiny maven repo
to IPFS. To use this repo you have to add resolver to root hash of that tiny repo,
and then just add dependency as always.**NOTE:** This plugin may override `publishTo` setting
## Use
### SBT:
`project/build.sbt`
```scala
resolvers += "ipfsPublish" at "https://ipfs.io/ipfs/QmRDoEHSQma4kaKLxd9YXF71FQvfBzSh8Rvdojc2UfThDu"
addSbtPlugin("eu.devtty" % "sbt-publish-ipfs" % "1.2.0")
````build.sbt`
```scala
enablePlugins(IpfsPublish)
```## License
[MIT](LICENSE)