Skip to content

Colin-TUE/asdf-scala-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

asdf-scala-cli

Plugin to manage Scala CLI, a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)

For details on asdf plugin development, see the asdf documentation on how to create a plugin.

How to install

Build dependencies

To download and build scala-cli, the plugin only depends on curl. The dependencies are taken care of by the scala-cli standalone script.

Adding the plugin

Add the plugin by providing this repository when adding it to ASDF:

asdf plugin add scala-cli https://github.com/Colin-TUE/asdf-scala-cli

Updating the plugin

To update the plugin, run the following command:

asdf plugin update scala-cli

Then it might be needed to reinstall the plugin. This assume that the plugin is part of your .tool-versions.

asdf uninstall scala-cli
asdf install

Installing the tool

Now install the scala-cli tool provided by the plugin:

asdf install scala-cli latest

About

ASDF Plugin for installing Scala CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages