Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 22, 2025
1 parent 28147f1 commit fcf82d4
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ Or you can build a Docker image:

## Usage

### Command-line

https://github.com/fizzed/stork/releases/download/v3.2.0/stork-3.2.0.tar.gz

### Maven plugin

```xml
Expand All @@ -120,14 +116,6 @@ https://github.com/fizzed/stork/releases/download/v3.2.0/stork-3.2.0.tar.gz
</build>
```

### Gradle Plugin (to be released soon)
```groovy
plugins {
id "com.fizzed.stork" version "x.x.x"
}
// configuration / execution (see below)
```

## Why not just create my own script?

That's what we used to do with all of our Java apps too. Eventually, you'll have
Expand Down Expand Up @@ -224,36 +212,6 @@ Maven
</build>
```

Gradle (to be released soon)

* task name: storkLauncher
```groovy
storkLaunchers {
outputDirectory = new File("${project.buildDir}", "stork")
inputFiles = ["${project.projectDir}/src/main/launchers".toString()]
launcher {
name = "test1"
displayName = "test1"
domain = "com.fizzed.stork.test1"
shortDescription = "desc"
type = "DAEMON"
platforms = ["LINUX","MAC_OSX"]
workingDirMode = "APP_HOME"
mainClass="class"
}
launcher {
name = "test2"
displayName = "test2"
domain = "com.fizzed.stork.test1"
shortDescription = "desc"
type = "DAEMON"
platforms = ["LINUX","MAC_OSX"]
workingDirMode = "APP_HOME"
mainClass="class"
}
}
```

To customize, the following properties are supported:

- outputDirectory: The directory the launcher will compile/generate launchers
Expand Down Expand Up @@ -545,6 +503,6 @@ and eventually contributing to this project.

## License

Copyright (C) 2020 Fizzed, Inc.
Copyright (C) 2025 Fizzed, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.

0 comments on commit fcf82d4

Please sign in to comment.