Skip to content

rbarazzutti/sbt-github-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

another fork of sbt-github-repo

creates your own Maven/ivy repository on Github.

Installation

Add the following to project/plugins.sbt or ~/.sbt/plugins/plugins.sbt file:

resolvers += "sbt-github-repo" at "http://sbt-github-repo.fever.ch"

addSbtPlugin("ch.fever" % "sbt-githubrepo-plugin" % "0.1.1")

Publishing

If you want to create a repository on git@github.com/username/repo

Run sbt publish-ghrepo git@github.com/username/repo to publish your artifacts. plugin creates branch gh-pages automatically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%