Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morgy93/ddev-bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one for DDEV
https://github.com/morgy93/ddev-bun

bun bundler ddev-get javascript node nodejs npm package-manager package-runner runtime test-runner typescript

Last synced: 4 days ago
JSON representation

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one for DDEV

Awesome Lists containing this project

README

        



DDEV logo


Bun Logo

ddev-bun


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

## What is Bun?

> Bun is an all-in-one JavaScript runtime & toolkit designed for speed,
> complete with a bundler, test runner, and Node.js-compatible package manager.

For more information,
see [What is Bun?](https://github.com/oven-sh/bun#what-is-bun)
or visit .

YouTube: [Bun 1.0 is here](https://www.youtube.com/watch?v=BsnCpESUEqM)

## Installation

```shell
ddev add-on get Morgy93/ddev-bun
ddev restart
```

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

## Usage

```shell
ddev bun
```

Please refer to the documentation at .

Quick links:

- [RUNTIME](https://bun.sh/docs/cli/run)
- [PACKAGE MANAGER](https://bun.sh/docs/cli/install)
- [BUNDLER](https://bun.sh/docs/bundler)
- [TEST RUNNER](https://bun.sh/docs/cli/test)
- [PACKAGE RUNNER](https://bun.sh/docs/cli/bunx)