Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active February 3, 2026 20:19
Show Gist options
  • Select an option

  • Save dacr/e6c01665fce214e5a305f30d7d264b6f to your computer and use it in GitHub Desktop.

Select an option

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/2aaa214a49e23f9490cd06ad5cba62607106f128
#!/usr/bin/env bash
## summary : NSPL scala-cli REPL startup script
## keywords : bash, nspl, repl, scala-cli
## publish : gist
## authors : David Crosson
## license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
## 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