http4s / sbt-http4s-org

An experimental SBT plugin to support various http4s projects

Home Page:https://http4s.github.io/sbt-http4s-org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-http4s-org

This project is intended to set up sensible defaults and standards for projects under http4s.org. If it's useful outside http4s.org, it probably should be pushed further upstream into sbt-typelevel.

Installing it

The plugin is deployed to Sonatype.

addSbtPlugin("org.http4s" % "sbt-http4s-org" % "@VERSION@")

What does it do?

Http4sOrgPlugin

Triggers automatically. Use on all http4s modules.

  • Activates the sensible defaults of sbt-typelevel
  • Sets the organization info
  • Enables automated license headers with appropriate years
  • Enables sbt-github-actions with settings appropriate to our workflow

Http4sOrgSitePlugin

Must be manually triggered. Extends the TypelevelSitePlugin with the http4s.org theme. See the sbt-typelevel-site docs for usage.

About

An experimental SBT plugin to support various http4s projects

https://http4s.github.io/sbt-http4s-org/

License:Apache License 2.0


Languages

Language:Scala 100.0%