Skip to content

Instantly share code, notes, and snippets.

@mocyuto
Created February 5, 2016 10:52
Show Gist options
  • Save mocyuto/d84a2dd0941842fbec08 to your computer and use it in GitHub Desktop.
Save mocyuto/d84a2dd0941842fbec08 to your computer and use it in GitHub Desktop.
command line task
lazy val hello = taskKey[Unit]("say hello to you")
lazy val root = (project in file("."))
.settings(
hello := {Hello.say}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment