Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metasim/sbt-shout
SHOUTCLOUD.IO INTEGRATION FOR SBT
https://github.com/metasim/sbt-shout
Last synced: 23 days ago
JSON representation
SHOUTCLOUD.IO INTEGRATION FOR SBT
- Host: GitHub
- URL: https://github.com/metasim/sbt-shout
- Owner: metasim
- License: other
- Created: 2015-04-01T21:26:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T00:57:03.000Z (over 9 years ago)
- Last Synced: 2023-08-05T23:36:58.707Z (over 1 year ago)
- Language: Scala
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SBT Plugin to [SHOUTCLOUD.IO](http://shoutcloud.io) "ALL CAPS" Service
*Because sometimes SBT just wants to SHOUT.*
[ ![Download](https://api.bintray.com/packages/metasim/sbt-plugins/sbt-shout/images/download.svg) ](https://bintray.com/metasim/sbt-plugins/sbt-shout/_latestVersion)
## Install
Add the following to your sbt `project/plugins.sbt` file:
```scala
resolvers += Resolver.url(
"shouting-at-bintray",
url("https://dl.bintray.com/metasim/sbt-plugins"))(
Resolver.ivyStylePatterns)
addSbtPlugin("metasim" % "sbt-shout" % "0.0.0.0.0.2")
```Note: this plugin targets sbt 0.13.x.
## Usage
Add this to your `build.sbt` file:
```scala
enablePlugins(SHOUTplugin)
```Your project now supports the `SHOUT` input task which use the [SHOUTCLOUD.IO](http://shoutcloud.io) service to convert text into ALL CAPS!!
> SHOUT Finally a nano-service that makes sense!
FINALLY A NANO-SERVICE THAT MAKES SENSE!