Install PM-Auto
Install PM-Auto globally using your preferred package manager:-g (or global) flag ensures PM-Auto is available system-wide, so you can use it in any directory.
Verify installation
Check that PM-Auto is installed correctly by running:pm-auto --help to see all available commands:
System requirements
PM-Auto requires Node.js 14 or higher and at least one package manager (npm, pnpm, yarn, or bun) installed on your system.
- macOS
- Linux
- Windows (via WSL or native)
What gets installed
When you install PM-Auto globally, you get:- The
pm-autoCLI command - All dependencies bundled with the tool
- A configuration system that stores your preset definitions
Next steps
Now that PM-Auto is installed, you’re ready to create your first preset.Quick start
Create and install your first preset in under 5 minutes