Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,22 @@
[![Maven Central](https://img.shields.io/maven-central/v/dev.rudiments/implementation.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22dev.rudiments%22%20AND%20a:%22implementation%22)

Research project and bootstrap library.

## Gradle project

```
apply plugin: 'java'
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
implementation 'dev.rudiments:type-registry:0.3-SNAPSHOT'
implementation 'dev.rudiments:sql:0.3-SNAPSHOT'
implementation 'dev.rudiments:implementation:0.3-SNAPSHOT'
}
```
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- script: |
./gradlew build aggregateScoverage
bash <(curl -s https://codecov.io/bash)
bash <(curl -s https://codecov.io/bash) -c -F unittests
displayName: 'Run unit testing with gradlew'


Expand Down
10 changes: 10 additions & 0 deletions examples/todo-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# How to run the ToDo-app

- install yarn or npm with your package manager
- cd to path/to/dir
- run `yarn serve`

## Preconfigured Vuejs app + Tailwind CSS framework

- clone path/to/repo/branch