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!
- Host: GitHub
- URL: https://github.com/reliverse/pmx
- Owner: reliverse
- License: mit
- Created: 2024-11-08T00:43:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T13:41:59.000Z (7 months ago)
- Last Synced: 2025-01-12T01:39:24.980Z (4 months ago)
- Topics: reliverse
- Language: TypeScript
- Homepage: https://reliverse.org
- Size: 280 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)