Coder Social home page Coder Social logo

sbt-runner's Introduction

sbt-runner

sbt-runner is a tiny Java application, whose main class

  • parses its arguments just like sbt-extras does, supporting a subset of the arguments of sbt-extras, then
  • loads and starts the main class of the official sbt launcher (sbt/launcher).

It's designed to be put in the class path alongside the JAR of sbt/launcher. It starts the main class of sbt/launcher put alongside it in the class path.

It can be used with the help of coursier like

$ cs launch io.get-coursier.sbt:sbt-runner:0.1.0 org.scala-sbt:sbt-launch:1.3.10 -- -Dfoo=bar test:compile
$ cs launch io.get-coursier.sbt:sbt-runner:0.1.0 org.scala-sbt:sbt-launch:1.3.10 -- -help

or via the default app channel, where it's named just sbt,

$ cs launch sbt -- -Dfoo=bar test:compile
$ cs install sbt
$ sbt -help

sbt-runner's People

Contributors

alexarchambault avatar scala-steward avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sbt-runner's Issues

Installed app skips args parsing

If I launch this app with full coordinates it works as expected:

►  cs launch io.get-coursier.sbt:sbt-runner:latest.stable -- -help
Usage: sbt [options]
...

But running it with just sbt skips the args parsing part:

►  cs launch sbt -- -help
[info] welcome to sbt 1.4.0 (Oracle Corporation Java 1.8.0_192)
...
[error] -help
[error]  ^

or with cs install:

►  cs install sbt
►  which sbt
~/Library/Application Support/Coursier/bin/sbt
►  sbt -help
[info] welcome to sbt 1.4.0 (Oracle Corporation Java 1.8.0_192)
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.