Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morgy93/ddev-bun
- Owner: Morgy93
- License: apache-2.0
- Created: 2023-09-12T15:36:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:41:53.000Z (16 days ago)
- Last Synced: 2024-11-01T11:24:38.463Z (16 days ago)
- Topics: bun, bundler, ddev-get, javascript, node, nodejs, npm, package-manager, package-runner, runtime, test-runner, typescript
- Language: Shell
- Homepage: https://bun.sh
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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)