Skip to content

Instantly share code, notes, and snippets.

@dacr
Created May 9, 2025 15:39
Show Gist options
  • Save dacr/e0dc1be20e37cd45244ddd177e381427 to your computer and use it in GitHub Desktop.
Save dacr/e0dc1be20e37cd45244ddd177e381427 to your computer and use it in GitHub Desktop.
JING enabled scala-cli REPL / published by https://github.com/dacr/code-examples-manager #eb66e944-968e-49d0-94fe-315110a1b9cd/9efeba609b3c8d6cef58b9e9cc44361e08e7cb52
#!/usr/bin/env bash
## summary : JING enabled scala-cli REPL
## keywords : bash, jing, repl, scala-cli
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : eb66e944-968e-49d0-94fe-315110a1b9cd
## created-on : 2025-05-06T15:52:24+02:00
## managed-by : https://github.com/dacr/code-examples-manager
## see issue : https://github.com/TomasMikula/jing/issues/1
scala-cli repl \
-O -experimental \
-J -Xss512m \
--dep dev.continuously.jing::jing:0.0.1-SNAPSHOT \
--dep dev.continuously.jing::jingopenapi:0.0.1-SNAPSHOT \
--dep dev.continuously.jing::jingopenapimodel:0.0.1-SNAPSHOT \
--dep dev.continuously.jing::jingopenapiclientdefault:0.0.1-SNAPSHOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment