Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

movio/sbt-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-examples

Some simple examples on how to create an sbt plugins - as presented at the Movio itch week

Publish the plugin locally

git clone git@github.com:movio/sbt-examples.git
cd sbt-examples
sbt
> publishLocal

Using the plugin

cd sbt-examples/playground
sbt
> help exampleTask
> help exampleInput
> help exampleTaskExecution
> help commandExample 

License

Copyright (c) 2013 Movio

Published under the Apache License 2.0.

About

Some simple examples on how to create an sbt plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages