Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 571 Bytes

ENSIME-sbt-cmd

An sbt plugin that supports integration with the ENSIME IDE.

Versions

For use with ensime 0.9.0+

0.7.0-SNAPSHOT

How to Install

Add the following to your ~/.sbt/plugins/build.sbt:

resolvers += "Scala-Tools Maven2 Snapshots Repository" at "http://scala-tools.org/repo-snapshots"

addSbtPlugin("org.ensime" % "ensime-sbt-cmd" % "VERSION")

How to Use

The above automatically adds the ensime generate command to your sbt build. This command will write a .ensime file to your project's root directory.

License

BSD License