Skip to content

Latest commit

 

History

History
107 lines (81 loc) · 3.88 KB

Sbtplugins.md

File metadata and controls

107 lines (81 loc) · 3.88 KB

##Sbt Plugins

  1. sbt
    sbt is a build tool for Scala, Java, and more.
    Project Source: https://github.com/sbt/sbt
    Project Homepage: http://www.scala-sbt.org/

  2. sbt-idea
    A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files.
    Project Source: https://github.com/mpeltonen/sbt-idea

  3. sbteclipse
    Plugin for sbt to create Eclipse project definitions.
    Project Source: https://github.com/typesafehub/sbteclipse

  4. sbt-native-packager
    The goal is to be able to bundle up Scala software built with SBT for native packaging systems, like deb, rpm, homebrew, msi.
    Project Source: https://github.com/sbt/sbt-native-packager
    Project Documentation: http://www.scala-sbt.org/sbt-native-packager/

  5. sbt-revolver
    An SBT plugin for dangerously fast development turnaround in Scala.
    Project Source: https://github.com/spray/sbt-revolver

  6. sbt-dependency-graph
    sbt plugin to create a dependency graph for your project.
    Project Source: https://github.com/jrudolph/sbt-dependency-graph

  7. xsbt-web-plugin
    An sbt plugin for building Scala Web applications.
    Project Source: https://github.com/earldouglas/xsbt-web-plugin

  8. android-sdk-plugin
    An easy-to-use sbt plugin for working with all Android projects.
    Project Source: https://github.com/pfn/android-sdk-plugin

  9. sbt-release
    A release plugin for sbt.
    Project Source: https://github.com/sbt/sbt-release

  10. sbt-onejar
    sbt-onejar is a simple-build-tool plugin for building a single executable JAR containing all your code and dependencies as nested JARs.
    Project Source: https://github.com/sbt/sbt-onejar

  11. sbt-web
    This project provides the building blocks for web oriented sbt plugins.
    Project Source: https://github.com/sbt/sbt-web

  12. sbt-updates
    SBT plugin that can check maven repositories for dependency updates.
    Project Source: https://github.com/rtimush/sbt-updates

  13. standard-project
    A slightly more standard sbt project plugin library.
    Project Source: https://github.com/twitter/standard-project

  14. play-auto-refresh
    This is an SBT plugin for Play Framework (or sbt-web) apps.
    Project Source: https://github.com/jamesward/play-auto-refresh

  15. sbt-start-script
    SBT Plugin to create a "start" script to run the program.
    Project Source: https://github.com/sbt/sbt-start-script

  16. sbt-pack
    A sbt plugin for creating distributable Scala packages.
    Project Source: https://github.com/xerial/sbt-pack

  17. sbt-buildinfo
    sbt-buildinfo generates Scala source from your build definitions.
    Project Source: https://github.com/sbt/sbt-buildinfo

  18. sbt-atmos
    sbt plugin for running Typesafe Console in development.
    Project Source: https://github.com/sbt/sbt-atmos

  19. sbt-sublime
    An sbt pluign for generating Sublime Text projects with library dependencies sources.
    Project Source: https://github.com/orrsella/sbt-sublime

  20. ensime-sbt
    Generates .ensime config files for SBT projects.
    Project Source: https://github.com/ensime/ensime-sbt

  21. sbt-scalariform
    sbt plugin adding support for source code formatting using Scalariformc.
    Project Source: https://github.com/sbt/sbt-scalariform

  22. sbt-git
    A GIT plugin for SBT.
    Project Source: https://github.com/sbt/sbt-git

  23. sbt-package-dist
    sbt 11 plugin codifying best practices for building, packaging, and publishing.
    Project Source: https://github.com/twitter/sbt-package-dist

  24. sbt-docker
    Create Docker images directly from sbt.
    Project Source: https://github.com/marcuslonnberg/sbt-docker

  25. SbtEclipsify
    Sbt plugin for creating eclipse project and classpath files for sbt projects.
    Project Source: https://github.com/musk/SbtEclipsify

  26. intellij-sbt
    SBT support in IntelliJ IDEA.
    project Source: https://github.com/JetBrains/intellij-sbt