Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 759 Bytes

SBT AutoJump Plugin

Build Status

For autojump-like jumps between sbt projects - no need to type the project full name as it will try to guess the one you are referring to and switch to that project.

Usage

> projects
[info] 	   bar
[info] 	   footprint
[info] 	 * root
> j print
[info] Set current project to footprint
> j br
[info] Set current project to bar

Installing the plugin

Stable version

Add the following line to one of these files:

  • The project-specific file at project/sbt-j.sbt
  • Your global file at ~/.sbt/0.13/plugins/sbt-j.sbt
addSbtPlugin("xyz.luisfonseca" % "sbt-autojump" % "1.0.1")