Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donderom/sbt-published-local
sbt plugin that shows all the project versions published locally
https://github.com/donderom/sbt-published-local
Last synced: about 5 hours ago
JSON representation
sbt plugin that shows all the project versions published locally
- Host: GitHub
- URL: https://github.com/donderom/sbt-published-local
- Owner: donderom
- License: other
- Created: 2015-03-22T13:30:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T21:31:51.000Z (over 9 years ago)
- Last Synced: 2023-03-30T07:25:02.782Z (over 1 year ago)
- Language: Scala
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbt-published-local
sbt plugin that shows all the versions of current project published locally.
## Requirements
sbt 0.13.5+
## Installation
To install it as a global plugin add the following line to `~/.sbt/0.13/plugins/plugins.sbt` (or any other file under `~/.sbt/0.13/plugins` folder):
addSbtPlugin("org.donderom" % "sbt-published-local" % "0.2.0")
To make it project-specific just add the the same line to any *.sbt file in the `project` folder.
## Usage
To show all the versions of a project just run the following task:
> publishedLocal
If there are any versions published locally you will see something like this:
> [info] Scala 2.11: 1.3.2
> [info] Scala 2.11: 1.3.3If your current project is a sbt plugin it will add sbt version to the output:
> [info] Scala 2.10, sbt 0.13: 1.1.0