Panam CLI provides a unified command-line interface for managing projects across multiple package managers, ensuring a seamless development experience regardless of the runtime environment.
Install Panam CLI globally using your preferred package manager:
-
With
npm
:npm install -g panam-cli
-
With
yarn
:yarn global add panam-cli
-
With
pnpm
:pnpm add -g panam-cli
-
With
bun
:bun install -g panam-cli
-
With
deno
:deno install --allow-scripts npm:panam-cli
Panam CLI automatically detects the active package manager for your project:
panam install
Run a script defined in your package.json
:
pnm run <script-name>
pnm add lodash
pnm remove lodash
pnm exec eslint .
pnm dlx create-react-app my-app
- Unified commands: Consistent interface
across
npm
,pnpm
,yarn
,bun
,deno
, and more. - Command flexibility: Support
for
install
,add
,remove
,run
,exec
, anddlx
commands. - Automatic detection: Detects the appropriate package manager for your project.
- Cross-runtime compatibility: Works with popular runtimes and environments.
pnm install
pnm add --dev typescript
pnm run build
pnm exec eslint .
Visit the Panam website for detailed CLI documentation and usage examples.
Licensed under the MIT License. Created with ❤️ by Sigui Kessé Emmanuel.