|
3 | 3 | <img src="https://raw.githubusercontent.com/ddev/ddev/master/images/ddev-logo.svg" alt="DDEV logo" height="80"> |
4 | 4 | </a> |
5 | 5 | <a href="https://bun.sh"> |
6 | | - <img src="https://user-images.githubusercontent.com/709451/182802334-d9c42afe-f35d-4a7b-86ea-9985f73f20c3.png" alt="Bun Logo" height="80"> |
| 6 | + <img src="https://user-images.githubusercontent.com/709451/182802334-d9c42afe-f35d-4a7b-86ea-9985f73f20c3.png" |
| 7 | + alt="Bun Logo" |
| 8 | + height="80" |
| 9 | + > |
7 | 10 | </a> |
8 | 11 | <h1 align="center">ddev-bun</h1> |
9 | 12 | </div> |
10 | 13 |
|
11 | | -[](https://github.com/Morgy93/ddev-bun/actions/workflows/tests.yml)  |
| 14 | +[](https://github.com/Morgy93/ddev-bun/actions/workflows/tests.yml) |
| 15 | + |
12 | 16 |
|
13 | 17 | ## What is Bun? |
14 | 18 |
|
15 | | -> Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager. |
| 19 | +> Bun is an all-in-one JavaScript runtime & toolkit designed for speed, |
| 20 | +> complete with a bundler, test runner, and Node.js-compatible package manager. |
16 | 21 |
|
17 | | -For more information, see [What is Bun?](https://github.com/oven-sh/bun#what-is-bun) or visit <https://bun.sh/>. |
| 22 | +For more information, |
| 23 | +see [What is Bun?](https://github.com/oven-sh/bun#what-is-bun) |
| 24 | +or visit <https://bun.sh/>. |
18 | 25 |
|
19 | 26 | YouTube: [Bun 1.0 is here](https://www.youtube.com/watch?v=BsnCpESUEqM) |
20 | 27 |
|
21 | 28 | ## Installation |
22 | 29 |
|
23 | | -``` |
| 30 | +```shell |
24 | 31 | ddev get Morgy93/ddev-bun |
25 | 32 | ddev restart |
26 | 33 | ``` |
27 | 34 |
|
28 | 35 | ## Usage |
29 | 36 |
|
30 | | -``` |
| 37 | +```shell |
31 | 38 | ddev bun |
32 | 39 | ``` |
33 | 40 |
|
34 | 41 | Please refer to the documentation at <https://bun.sh/docs>. |
35 | 42 |
|
36 | 43 | Quick links: |
37 | 44 |
|
38 | | - - [RUNTIME](https://bun.sh/docs/cli/run) |
39 | | - - [PACKAGE MANAGER](https://bun.sh/docs/cli/install) |
40 | | - - [BUNDLER](https://bun.sh/docs/bundler) |
41 | | - - [TEST RUNNER](https://bun.sh/docs/cli/test) |
42 | | - - [PACKAGE RUNNER](https://bun.sh/docs/cli/bunx) |
| 45 | +- [RUNTIME](https://bun.sh/docs/cli/run) |
| 46 | +- [PACKAGE MANAGER](https://bun.sh/docs/cli/install) |
| 47 | +- [BUNDLER](https://bun.sh/docs/bundler) |
| 48 | +- [TEST RUNNER](https://bun.sh/docs/cli/test) |
| 49 | +- [PACKAGE RUNNER](https://bun.sh/docs/cli/bunx) |
0 commit comments