Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`