An open API service indexing awesome lists of open source software.

https://github.com/asdf-community/asdf-clojure

Clojure plugin for the asdf version manager
https://github.com/asdf-community/asdf-clojure

asdf asdf-plugin

Last synced: 3 months ago
JSON representation

Clojure plugin for the asdf version manager

Awesome Lists containing this project

README

          

# asdf-clojure

[Clojure](http://clojure.org) plugin for the
[asdf](https://github.com/asdf-vm/asdf) version manager

## Build History

[![Build history](https://buildstats.info/github/chart/asdf-community/asdf-clojure?branch=master)](https://github.com/asdf-community/asdf-clojure/actions)

## Prerequirements

- Make sure you have the required dependencies installed:
- curl
- git
- rlwrap
- Java runtime
- You need to have a Java Runtime already installed on your system. Download
it from https://java.com/en/download or follow the instructions for your
platform.

## Installation

```shell
asdf plugin add clojure https://github.com/asdf-community/asdf-clojure.git
```

## Usage

Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
install & manage versions.

## License

Licensed under the
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).