/ensime-sbt-cmd

An Sbt command for supporting integration with ENSIME.

Primary LanguageScalaOtherNOASSERTION

ENSIME-sbt-cmd

An sbt plugin that supports integration with the ENSIME IDE.

Versions

For use with ensime 0.9.0+

0.0.10

How to Install

Add the following to your ~/.sbt/plugins/plugins.sbt or YOUR_PROJECT/project/plugins.sbt:

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