https://github.com/niqdev/akka-seed.g8
giter8 Akka HTTP template
https://github.com/niqdev/akka-seed.g8
akka g8
Last synced: about 2 months ago
JSON representation
giter8 Akka HTTP template
- Host: GitHub
- URL: https://github.com/niqdev/akka-seed.g8
- Owner: niqdev
- License: other
- Created: 2018-04-21T14:18:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T15:39:22.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T19:08:16.144Z (2 months ago)
- Topics: akka, g8
- Language: Scala
- Homepage:
- Size: 62.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akka-seed.g8
[![Build Status][travis-image]][travis-url]
[travis-image]: https://travis-ci.org/niqdev/akka-seed.g8.svg?branch=master
[travis-url]: https://travis-ci.org/niqdev/akka-seed.g8```bash
# create project
sbt new niqdev/akka-seed.g8
```Features
* [Akka](https://akka.io/docs)
* [circe](https://circe.github.io/circe)
* [Multi-Project](https://www.scala-sbt.org/1.x/docs/Multi-Project.html)
* [scopt](https://github.com/scopt/scopt)
* [ScalaTest](http://www.scalatest.org)
* [Gatling](https://gatling.io)
* [Docker](https://www.scala-sbt.org/sbt-native-packager/formats/docker.html)
* [Prometheus](https://prometheus.io)
* [CircleCI](https://circleci.com)
* [Kubernetes](https://kubernetes.io)Plugins
* [sbt-revolver](https://github.com/spray/sbt-revolver)
* [sbt-scoverage](https://github.com/scoverage/sbt-scoverage)
* [sbt-scalafmt](http://scalameta.org/scalafmt/)
* [sbt-header](https://github.com/sbt/sbt-header)
* [scalastyle-sbt-plugin](http://www.scalastyle.org/sbt.html)
* [sbt-dependency-graph](https://github.com/jrudolph/sbt-dependency-graph)
* [sbt-updates](https://github.com/rtimush/sbt-updates)
* [sbt-site](https://www.scala-sbt.org/sbt-site/)
* [sbt-unidoc](https://github.com/sbt/sbt-unidoc)
* [sbt-native-packager](https://www.scala-sbt.org/sbt-native-packager)
* [sbt-assembly](https://github.com/sbt/sbt-assembly)
* [gatling-sbt](https://gatling.io/docs/current/extensions/sbt_plugin)### Development
```bash
# create template
g8 foundweekends/giter8.g8# test template
g8 file://akka-seed.g8 \
--name=my-akka-project \
--force
```