https://github.com/asdf-community/asdf-deno
Deno plugin for the asdf version manager
https://github.com/asdf-community/asdf-deno
asdf asdf-plugin
Last synced: about 2 months ago
JSON representation
Deno plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-deno
- Owner: asdf-community
- License: apache-2.0
- Created: 2019-09-21T17:51:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T23:42:10.000Z (8 months ago)
- Last Synced: 2024-12-04T21:37:07.265Z (5 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 67.4 KB
- Stars: 129
- Watchers: 6
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - asdf-community/asdf-deno - Deno plugin for the asdf version manager (others)
README
# asdf-deno
[Deno](https://deno.land) plugin for asdf version manager
## Build History
[](https://github.com/asdf-community/asdf-deno/actions)
## Prerequirements
- Make sure you have the required dependencies installed:
- curl
- git
- gunzip (for v0.35.0 or lower)
- unzip (for v0.36.0 or higher)## Installation
```bash
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.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).