Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T14:57:13.000Z (9 months ago)
- Last Synced: 2024-05-21T09:16:29.129Z (6 months ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 67.4 KB
- Stars: 122
- Watchers: 6
- Forks: 15
- Open Issues: 9
-
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
[![Build history](https://buildstats.info/github/chart/asdf-community/asdf-deno?branch=master)](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).