Skip to content

ghik/sbt-nosbt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-nosbt-example

An example project using the sbt-nosbt plugin.

The directory structure of this project is:

myproj/
  commons/
    db/
    api/
    utils/
      js/
      jvm/
      shared/
  fooservice/
    api/
    impl/
  barservice/
    api/
    impl/

Which corresponds to the following set of sbt projects:

myproj
myproj-commons
myproj-commons-db
myproj-commons-api
myproj-commons-utilsJS
myproj-commons-utilsJVM
myproj-fooservice
myproj-fooservice-api
myproj-fooservice-impl
myproj-barservice
myproj-barservice-api
myproj-barservice-impl

About

An example project using the `plainsbt` plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages