1.0.1 • Published 6 months ago

use-bun-pm v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

use-bun-pm

Force everyone to use bun command as package manager for the project.

If anyone uses npm, yarn, pnpm or any other package manager, it will fail with an invitation to use bun.

Install

  1. Install the package as a dev-dependency with bun add -D use-bun-pm;
  2. Add use-bun-pm as a preinstall script in your package.json file;
  3. Add those files in .gitignore:
  /.pnp
  .pnp.js
  package-lock.json
  .env

Why ?

It's dramatically faster.

More info

Have a look at bun documentation.

1.0.1

6 months ago

1.0.0

6 months ago