Skip to content

An Sbt command for supporting integration with ENSIME.

License

Notifications You must be signed in to change notification settings

MINDoSOFT/ensime-sbt-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENSIME-sbt-cmd is an sbt plugin that enables integration with the ENSIME IDE.

how to setup

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" % "0.0.4-SNAPSHOT")

how to use

The above automatically adds the ensime command to your sbt build. This command will be used automatically by the ENSIME server process to extract info about your project.

how to make sure it's working

Start sbt for your project. Enter 'ensime dump root' at the prompt. JSON-encoded information about your project should be printed to the console.

License

BSD License

About

An Sbt command for supporting integration with ENSIME.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published