mirror of https://github.com/sbt/sbt.git
Merge pull request #1099 from ngocdaothanh/0.13
Add link to plugin xitrum-package (collects dependency .jar files for standalone Scala programs)
This commit is contained in:
commit
b313d2db19
|
|
@ -55,8 +55,8 @@ Available Plugins
|
|||
|
||||
Please feel free to `submit a pull request <https://github.com/sbt/sbt/pulls>`_ that adds your plugin to the list.
|
||||
|
||||
Plugins for IDEs:
|
||||
~~~~~~~~~~~~~~~~~
|
||||
Plugins for IDEs
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
- IntelliJ IDEA
|
||||
- sbt Plugin to generate IDEA project configuration:
|
||||
|
|
@ -116,25 +116,6 @@ One jar plugins
|
|||
- sbt-onejar (Packages your project using One-JAR™):
|
||||
https://github.com/sbt/sbt-onejar
|
||||
|
||||
Frontend development plugins
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- coffeescripted-sbt: https://github.com/softprops/coffeescripted-sbt
|
||||
- less-sbt (for less-1.3.0): https://github.com/softprops/less-sbt
|
||||
- sbt-less-plugin (it uses less-1.3.0):
|
||||
https://github.com/btd/sbt-less-plugin
|
||||
- sbt-emberjs: https://github.com/stefri/sbt-emberjs
|
||||
- sbt-closure: https://github.com/eltimn/sbt-closure
|
||||
- sbt-yui-compressor: https://github.com/indrajitr/sbt-yui-compressor
|
||||
- sbt-requirejs: https://github.com/scalatra/sbt-requirejs
|
||||
- sbt-vaadin-plugin: https://github.com/henrikerola/sbt-vaadin-plugin
|
||||
|
||||
Game development plugins
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- sbt-lwjgl-plugin (Light Weight Java Game Library): https://github.com/philcali/sbt-lwjgl-plugin
|
||||
- sbt-scage-plugin (Scala Game Engine): https://github.com/mvallerie/sbt-scage-plugin
|
||||
|
||||
Release plugins
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
@ -160,6 +141,27 @@ Release plugins
|
|||
https://github.com/sbt/sbt-native-packager
|
||||
- sbt-sonatype-plugin (releases to Sonatype Nexus repository)
|
||||
https://github.com/xerial/sbt-sonatype
|
||||
- xitrum-package (collects dependency .jar files for standalone Scala programs):
|
||||
https://github.com/ngocdaothanh/xitrum-package
|
||||
|
||||
Frontend development plugins
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- coffeescripted-sbt: https://github.com/softprops/coffeescripted-sbt
|
||||
- less-sbt (for less-1.3.0): https://github.com/softprops/less-sbt
|
||||
- sbt-less-plugin (it uses less-1.3.0):
|
||||
https://github.com/btd/sbt-less-plugin
|
||||
- sbt-emberjs: https://github.com/stefri/sbt-emberjs
|
||||
- sbt-closure: https://github.com/eltimn/sbt-closure
|
||||
- sbt-yui-compressor: https://github.com/indrajitr/sbt-yui-compressor
|
||||
- sbt-requirejs: https://github.com/scalatra/sbt-requirejs
|
||||
- sbt-vaadin-plugin: https://github.com/henrikerola/sbt-vaadin-plugin
|
||||
|
||||
Game development plugins
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- sbt-lwjgl-plugin (Light Weight Java Game Library): https://github.com/philcali/sbt-lwjgl-plugin
|
||||
- sbt-scage-plugin (Scala Game Engine): https://github.com/mvallerie/sbt-scage-plugin
|
||||
|
||||
System plugins
|
||||
~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in New Issue