https://github.com/frees-io/sbt-freestyle
sbt-plugin for Freestyle projects
https://github.com/frees-io/sbt-freestyle
freestyle functional-programming monads sbt-freestyle sbt-plugin scala
Last synced: about 1 month ago
JSON representation
sbt-plugin for Freestyle projects
- Host: GitHub
- URL: https://github.com/frees-io/sbt-freestyle
- Owner: frees-io
- License: apache-2.0
- Created: 2017-05-05T09:44:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T21:34:24.000Z (about 6 years ago)
- Last Synced: 2025-04-14T15:03:56.175Z (7 months ago)
- Topics: freestyle, functional-programming, monads, sbt-freestyle, sbt-plugin, scala
- Language: Scala
- Homepage: http://frees.io/
- Size: 104 KB
- Stars: 4
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
[comment]: # (Start Badges)
[](https://travis-ci.org/frees-io/sbt-freestyle) [](https://raw.githubusercontent.com/frees-io/sbt-freestyle/master/LICENSE) [](https://gitter.im/47deg/freestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://github.com/frees-io/sbt-freestyle/issues)
[comment]: # (End Badges)
# sbt-freestyle
sbt-plugin for Freestyle projects within of `frees-io` organization.
In other words, it's just a bridge between [sbt-org-policies](https://github.com/47deg/sbt-org-policies) and all the projects within of `frees-io` organization. Its main responsibility is to set up common configurations across all the freestyle projects, as well as providing some sbt settings, tasks, commands, and utilities offered by the `sbt-org-policies` plugin. Hence, it might not have sense using it outside the `frees-io` organization.
## Installation
To get started with SBT, simply add the following to your `plugins.sbt` file.
[comment]: # (Start Replace)
```scala
addSbtPlugin("io.frees" % "sbt-freestyle" % "0.3.25")
```
[comment]: # (End Replace)
[comment]: # (Start Copyright)
# Copyright
Freestyle is designed and developed by 47 Degrees
Copyright (C) 2017-2019 47 Degrees.
[comment]: # (End Copyright)