Add package manager bun
Develop, test, run, and bundle JavaScript & TypeScript projects—all with 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. Bun aims for 100% Node.js compatibility.
This commit is contained in:
parent
34823c00ed
commit
3e02e5661e
|
|
@ -99,7 +99,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||
* [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless.
|
||||
* [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management.
|
||||
* [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
|
||||
* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit
|
||||
* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit.
|
||||
|
||||
## Component Management
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue