Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coursier/sbt-launcher
coursier-based sbt launcher
https://github.com/coursier/sbt-launcher
launcher sbt scala
Last synced: 2 months ago
JSON representation
coursier-based sbt launcher
- Host: GitHub
- URL: https://github.com/coursier/sbt-launcher
- Owner: coursier
- License: apache-2.0
- Created: 2017-12-27T22:06:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T08:54:44.000Z (about 2 years ago)
- Last Synced: 2024-03-17T16:51:28.643Z (10 months ago)
- Topics: launcher, sbt, scala
- Language: Scala
- Homepage:
- Size: 306 KB
- Stars: 24
- Watchers: 5
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> This repository is deprecated, and will likely be archived in the near future. The default sbt launcher now uses coursier upfront to download the sbt class path, so that the launcher here doesn't bring any significant feature any more. It is advised to switch to the default sbt launcher rather than using the sbt launcher of this repository.
# csbt
coursier-based sbt launcher
[![Build Status](https://travis-ci.org/coursier/sbt-launcher.svg?branch=master)](https://travis-ci.org/coursier/sbt-launcher)
[![Maven Central](https://img.shields.io/maven-central/v/io.get-coursier/sbt-launcher_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/io.get-coursier/sbt-launcher_2.12)## How to use
Grab the custom sbt-extras script relying on the launcher from this repository [here](https://raw.githubusercontent.com/coursier/sbt-extras/master/sbt):
```bash
$ curl -Lo sbt https://raw.githubusercontent.com/coursier/sbt-extras/master/sbt
$ chmod +x sbt
$ ./sbt …
```