Skip to content

A library that is useful for building applications that run on Lerna Stack

License

Notifications You must be signed in to change notification settings

lerna-stack/lerna-app-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lerna-app-library

A library that is useful for building applications that run on Lerna Stack.

Modules

The above modules are tested with OpenJDK8 and OpenJDK11.

Getting Started

To use these library modules, you must add dependencies into your sbt project, add the following lines to your build.sbt file:

val LernaVersion = "3.0.4"

libraryDependencies += "com.lerna-stack" %% "lerna-http"          % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-log"           % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-management"    % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-testkit"       % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-util"          % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-util-akka"     % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-util-sequence" % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-validation"    % LernaVersion
libraryDependencies += "com.lerna-stack" %% "lerna-wart-core"     % LernaVersion

Changelog

You can see all the notable changes in CHANGELOG.

Migration guide

You can see the migration guide in migration-guide.md.

License

lerna-app-library is released under the terms of the Apache License Version 2.0.

© 2020 TIS Inc.

About

A library that is useful for building applications that run on Lerna Stack

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages