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

https://github.com/openforgeproject/ddev-deno

Deno is the open-source JavaScript runtime for the modern web. Now for DDEV.
https://github.com/openforgeproject/ddev-deno

ddev ddev-get deno javascript typescript

Last synced: 5 months ago
JSON representation

Deno is the open-source JavaScript runtime for the modern web. Now for DDEV.

Awesome Lists containing this project

README

        



DDEV logo


Deno Logo

ddev-deno


[![tests](https://github.com/OpenForgeProject/ddev-deno/actions/workflows/tests.yml/badge.svg)](https://github.com/OpenForgeProject/ddev-deno/actions/workflows/tests.yml)
![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

## What is Deno?

> Deno is the open-source JavaScript runtime for the modern web.
> Built on web standards with zero-config TypeScript, unmatched security, and a complete built-in toolchain.

For more information,
see [Deno on GitHub](https://github.com/denoland/deno/?tab=readme-ov-file#deno)
or visit .

YouTube: [What is Deno?](https://www.youtube.com/watch?v=KPTOo4k8-GE)

## Installation

```shell
ddev add-on get OpenForgeProject/ddev-deno
ddev restart
```

> [!NOTE]
> For older versions of DDEV (prior to v1.23.5), use `ddev get` instead of `ddev add-on get`.

## Usage

```shell
ddev deno
```

Please refer to the documentation at .

Quick links:

- [Getting Started](https://docs.deno.com/runtime/)
- [Examples](https://docs.deno.com/examples/)
- [Fundamentals](https://docs.deno.com/runtime/fundamentals/)
- [Tutorials](https://docs.deno.com/runtime/tutorials/)