Skip to content

Instantly share code, notes, and snippets.

@dacr
Created May 8, 2023 20:34
Show Gist options
  • Save dacr/e6c01665fce214e5a305f30d7d264b6f to your computer and use it in GitHub Desktop.
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
#!/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