hirofumi / sbt-amm

sbt + Ammonite REPL — an alternative to `sbt console`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-amm

Latest Version Build Status

Usage

Add the following line to project/plugins.sbt of your project or ~/.sbt/1.0/plugins/build.sbt:

addSbtPlugin("com.github.hirofumi" % "sbt-amm" % "0.1.1")

Then run amm task.

$ sbt amm

About

sbt + Ammonite REPL — an alternative to `sbt console`

License:MIT License


Languages

Language:Scala 100.0%