|
| 1 | +--- |
| 2 | +repo: |
| 3 | + owner: "square" |
| 4 | + name: "workflow-kotlin" |
| 5 | + defaultBranch: "main" |
| 6 | +title: "Workflow Kotlin" |
| 7 | +description: "A Kotlin library for making composable state machines, and UIs driven by those state machines." |
| 8 | +branding: "square" |
| 9 | +lifeCycleStatus: "mature" |
| 10 | +website: "https://square.github.io/workflow/" |
| 11 | +ciChecks: |
| 12 | + - type: "github-actions" |
| 13 | + label: "build" |
| 14 | + value: "kotlin.yml" |
| 15 | +licenses: |
| 16 | + - type: "github-license" |
| 17 | +contributing: |
| 18 | + - type: "code-of-conduct" |
| 19 | + value: "CODE_OF_CONDUCT.md" |
| 20 | + - type: "contribution-guidelines" |
| 21 | + value: "CONTRIBUTING.md" |
| 22 | + - type: "issues" |
| 23 | + - type: "slack" |
| 24 | + label: "#squarelibraries" |
| 25 | + value: "https://kotlinlang.slack.com/messages/C5HT9AL7Q" |
| 26 | + |
| 27 | +packages: |
| 28 | + - packageName: "workflow-core" |
| 29 | + repoPath: "workflow-core" |
| 30 | + language: "kotlin" |
| 31 | + artifacts: |
| 32 | + - type: "maven" |
| 33 | + value: "com.squareup.workflow1/workflow-core-jvm" |
| 34 | + - type: "reference-docs" |
| 35 | + value: "https://square.github.io/workflow/kotlin/api/htmlMultiModule/workflow-core" |
| 36 | + - packageName: "workflow-rx2" |
| 37 | + repoPath: "workflow-rx2" |
| 38 | + language: "kotlin" |
| 39 | + artifacts: |
| 40 | + - type: "maven" |
| 41 | + value: "com.squareup.workflow1/workflow-rx2" |
| 42 | + - type: "reference-docs" |
| 43 | + value: "https://square.github.io/workflow/workflow-rx2/" |
| 44 | + - packageName: "workflow-testing-jvm" |
| 45 | + repoPath: "workflow-testing" |
| 46 | + language: "kotlin" |
| 47 | + artifacts: |
| 48 | + - type: "maven" |
| 49 | + value: "com.squareup.workflow1/workflow-testing-jvm" |
| 50 | + - type: "reference-docs" |
| 51 | + value: "https://square.github.io/workflow/kotlin/api/htmlMultiModule/workflow-testing" |
| 52 | + - packageName: "workflow-ui-core-android" |
| 53 | + repoPath: "workflow-ui/core-android" |
| 54 | + language: "kotlin" |
| 55 | + artifacts: |
| 56 | + - type: "maven" |
| 57 | + value: "com.squareup.workflow1/workflow-ui-core-android" |
| 58 | + - type: "reference-docs" |
| 59 | + value: "https://square.github.io/workflow/kotlin/api/htmlMultiModule/workflow-ui/core-android" |
| 60 | +--- |
0 commit comments