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 [maintainer=LOOKING FOR A MAINTAINER! SUBMIT A PULL REQUEST TO THE INFRASTRUCTURE REPOSITORY!]
https://github.com/asdf-community/asdf-deno

asdf asdf-plugin

Last synced: 3 months ago
JSON representation

Deno plugin for the asdf version manager [maintainer=LOOKING FOR A MAINTAINER! SUBMIT A PULL REQUEST TO THE INFRASTRUCTURE REPOSITORY!]

Awesome Lists containing this project

README

          

# asdf-deno

[![Builds, tests & co](https://github.com/asdf-community/asdf-deno/actions/workflows/workflow.yml/badge.svg)](https://github.com/asdf-community/asdf-deno/actions/workflows/workflow.yml)

[Deno](https://deno.land) plugin for asdf version manager

## 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).