Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/twinkle-cli
CLI for configuring the Twinkle shiny server
https://github.com/mrc-ide/twinkle-cli
Last synced: 25 days ago
JSON representation
CLI for configuring the Twinkle shiny server
- Host: GitHub
- URL: https://github.com/mrc-ide/twinkle-cli
- Owner: mrc-ide
- Created: 2023-12-14T16:52:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T18:01:49.000Z (12 months ago)
- Last Synced: 2024-11-06T02:31:31.486Z (2 months ago)
- Language: Kotlin
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twinkle-cli
CLI for configuring the Twinkle shiny server## Development
Can be run locally with `./gradlew :run --args="[ARGS]"`
A future branch will add running the compiled CLI in docker.
Args should specify a command first then the args for the command.
Use `./gradlew :run --args="-h"` to see available commands or `./gradlew :run --args="[COMMAND] -h"`
to see usage for a command.## Linting
Run detekt linting with `./gradlew :detekt`