Last active
February 3, 2026 20:24
-
-
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/67de50c073ba8e4f6ada7321a8ebbefe29e54335
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| ## summary : JING enabled scala-cli REPL | |
| ## keywords : bash, jing, repl, scala-cli | |
| ## publish : gist | |
| ## authors : David Crosson | |
| ## license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt) | |
| ## 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