TODO: your project description
This project comes with number of preconfigured features, including:
sbt stagetarget/universal/stage/bin/word-count --output=wc
This template comes with sbt-native-packager and it allows you to build zips, docker images, etc. Have a look at the documentation for more details.
sbt
# create a zip file
> universal:packageBin
# publish a docker image to your local registry
> docker:publishLocalThis template comes with an example of a test, to run tests:
sbt testTo experiment with current codebase in Scio REPL simply:
sbt repl/runThis project is based on the scio.g8.