An open API service indexing awesome lists of open source software.

https://github.com/scommons/sbt-scommons-plugin

Common sbt tasks/utils for Scala/Scala.js projects
https://github.com/scommons/sbt-scommons-plugin

sbt sbt-plugin scala scalajs scalajs-bundler web-assets

Last synced: 10 months ago
JSON representation

Common sbt tasks/utils for Scala/Scala.js projects

Awesome Lists containing this project

README

          

[![CI](https://github.com/scommons/sbt-scommons-plugin/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/scommons/sbt-scommons-plugin/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/scommons/sbt-scommons-plugin/badge.svg?branch=master)](https://coveralls.io/github/scommons/sbt-scommons-plugin?branch=master)
[![scala-index](https://index.scala-lang.org/scommons/sbt-scommons-plugin/sbt-scommons-plugin/latest-by-scala-version.svg?targetType=Sbt)](https://index.scala-lang.org/scommons/sbt-scommons-plugin/sbt-scommons-plugin)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.8.0.svg)](https://www.scala-js.org)

## sbt-scommons-plugin
Sbt auto-plugins with common tasks/utils for Scala Commons modules

### How to add it to your project

```scala
// inside plugins.sbt
addSbtPlugin("org.scommons.sbt" % "sbt-scommons-plugin" % [version])
```

## Documentation

You can find all documentation [here](https://scommons.github.io/sbt-scommons-plugin)