-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
337 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# 04-helper | ||
# 04-helper | ||
|
||
### CompanyDevHelper | ||
With the `CompanyDevHelper` you can customize _Camundala_ for your Company: | ||
|
||
```scala mdoc | ||
import camundala.api.* | ||
import camundala.helper.dev.DevHelper | ||
import camundala.helper.util.* | ||
|
||
case class CompanyDevHelper(projectName: String, subProjects: Seq[String] = Seq.empty) | ||
extends DevHelper: | ||
|
||
lazy val apiConfig: ApiConfig = ApiConfig("mycompany")//.withTenantId("mycompany")... | ||
|
||
def deployConfig: Option[DeployConfig] = ??? | ||
def devConfig: DevConfig = ??? | ||
def dockerConfig: DockerConfig = ??? | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.