Turborepo already supports Bun

Turborepo announced that it has provided beta support for Bun.

Bun is a JavaScript runtime written by Zig. The official version 1.0 was released last week , marking that the project created by a former Facebook engineer has officially entered the stable production stage. 

Instructions

  • Run bun i -g turbo@latest command
  • Run bunx create-turbo@latestcommand

If it was installed globally before turbo , use the same package manager as before to upgrade.

Turborepo is a high-performance monorepo build system for JavaScript and TypeScript code bases.

The so-called monorepo simply puts all project code into a Git/Mercurial/Subversion code repository. Currently, many large front-end projects and companies have adopted the monorepo solution. For example, Google, Facebook, and well-known community open source projects Babel and Vue-next all use the monorepo solution to manage their code.

Guess you like

Origin www.oschina.net/news/258364/turborepo-support-bun-beta
Bun