An open API service indexing awesome lists of open source software.

https://github.com/reliverse/pmx

@reliverse/pmx: A versatile package manager that wraps around bun, pnpm, yarn, and npm. This global installation tool detects your preferred package manager and installs packages accordingly. Switched to bun but still type pnpm out of habit, messing up your node_modules? pmx reduces the chances of such errors and improves your workflow!
https://github.com/reliverse/pmx

reliverse

Last synced: 3 months ago
JSON representation

@reliverse/pmx: A versatile package manager that wraps around bun, pnpm, yarn, and npm. This global installation tool detects your preferred package manager and installs packages accordingly. Switched to bun but still type pnpm out of habit, messing up your node_modules? pmx reduces the chances of such errors and improves your workflow!

Awesome Lists containing this project

README

        

# @reliverse/pmx

[npmjs.com](https://www.npmjs.com/package/@reliverse/pmx) | [GitHub](https://github.com/reliverse/pmx)

A versatile package manager that wraps around [bun](https://bun.sh), [pnpm](https://pnpm.io), [yarn](https://yarnpkg.com), and [npm](https://nodejs.org/en/learn/getting-started/an-introduction-to-the-npm-package-manager). This [global installation](https://lewistech.medium.com/understanding-local-and-global-npm-packages-47d547a00147) tool detects your preferred package manager and installs packages accordingly.

Just switched to `bun` but still type `pnpm` out of habit, messing up your node_modules? `pmx` reduces the chances of such errors and improves your workflow!

## Installation

```bash
bun i -g @reliverse/pmx # instead of bun you can use: npm, pnpm, or yarn (deno support is coming soon)
```

## You may also like

- blefnk/reliverse: [npmjs.com](https://npmjs.com/package/reliverse) | [GitHub](https://github.com/blefnk/reliverse)
- @reliverse/**pm**: [npmjs.com](https://www.npmjs.com/package/@reliverse/pm) | [GitHub](https://github.com/reliverse/pm)