Created
May 8, 2023 20:34
-
-
Save dacr/e6c01665fce214e5a305f30d7d264b6f to your computer and use it in GitHub Desktop.
NSPL scala-cli REPL startup script / published by https://github.com/dacr/code-examples-manager #e695928f-2378-4a6e-b701-92317be745b7/6238e67692bb7f80bc0c3fb7b72947385a355c7e
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 : NSPL scala-cli REPL startup script | |
## keywords : bash, nspl, 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 : e695928f-2378-4a6e-b701-92317be745b7 | |
## created-on : 2023-05-08T14:16:06+02:00 | |
## managed-by : https://github.com/dacr/code-examples-manager | |
scala-cli repl \ | |
--dep "io.github.pityka::nspl-awt:0.10.0" \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment