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
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-clojure
- Owner: asdf-community
- License: apache-2.0
- Created: 2016-12-10T10:31:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T23:43:59.000Z (over 1 year ago)
- Last Synced: 2024-09-14T13:51:31.121Z (over 1 year ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 17.6 KB
- Stars: 16
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
[](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).