Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:11
Show Gist options
  • Save dacr/8e72c798b1d2cc00752fc87dc7571c06 to your computer and use it in GitHub Desktop.
Save dacr/8e72c798b1d2cc00752fc87dc7571c06 to your computer and use it in GitHub Desktop.
Standalone launchers for various applications / published by https://github.com/dacr/code-examples-manager #06b111ec-f384-4e50-8128-be4237e8c7ae/1e7267ca6a46e89ba0a94fb0e011b3fc9a9d778d

Standalone launchers for my main OSS applications

  • Shell scripts (*.sh) just require coursier
  • Scala scripts (*.sc) just require ammonite

In both case all dependencies are automatically downloaded from maven central and then cached locally.

Of course using a local repository proxy is a good practice, consider using either Artifactory or Nexus software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment