Skip to content

A Finagle template with sub-projects for interface and server, for easy publishing and deploying.

License

Notifications You must be signed in to change notification settings

jeffling/sbt-finagle.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-finagle.g8

A sbt project using finagle made for bench.co. Separates the thrift interface and the thrift server into two subprojects for easy publishing and deployment.

To use:

$ brew update && brew install giter8
$ g8 jeffling/sbt-finagle

What you can do:

Publish the interface locally

sbt interface/publish-local

Publish the interface to a maven repository

sbt interface/publish

Run the server

sbt server/run

Run a specs2 test

sbt server/test

Special thanks to @jedesah. We miss you come back D:

About

A Finagle template with sub-projects for interface and server, for easy publishing and deploying.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages