This is giter8 template to generate a Flink project using Scala and SBT.
First make sure sbt is installed (you need version 0.13.13 or later)
In order to generate a Flink project enter on the command line:
$ sbt new tillrohrmann/flink-project.g8
This will prompt for a couple of parameters (project name, scala version...) and the generate a Flink project using Scala and SBT.
You can then follow the README.md of the generated project for build and run instructions.