Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@ae-studio/px
Advanced tools
[![npm version](https://img.shields.io/npm/v/%40ae-studio%2Fpx)](https://www.npmjs.com/package/@ae-studio/px) [![npm license](https://img.shields.io/npm/l/%40ae-studio%2Fpx)](./LICENSE) [![monthly downloads](https://img.shields.io/npm/dm/%40ae-studio%2Fpx
px is a CLI tool used to run commands across different JavaScript package managers.
With px, you no longer need to switch between package managers when working on different projects. It detects the project's package manager and forwards the command for you. The command is not changed, just forwarded.
run
prefix for npm scripts (e.g. px dev
results in npm run dev
)Before installing px, ensure you have Node.js >= 16 installed on your machine.
npm install -g @ae-studio/px
To use px, simply replace your package manager command with px
followed by the usual arguments you would pass. For example:
px install # Installs dependencies
px dev # Runs the 'dev' script, automatically adding 'run' for npm
px test # Executes the 'test' script
px build # Builds the project
px will detect the package manager your project is using and execute the command as if you had used the package manager's native CLI.
px improves the experience of working in TypeScript projects by making it easier to manage TypeScript declaration packages. When you install or uninstall npm packages in a TypeScript project, px will:
@types/*
) if they exist.This feature saves time and ensures your TypeScript types stay in sync with your installed packages, all without the need for manual intervention.
This tool is open-source and available under the MIT License. See the LICENSE file for details.
Built with 🧡 by AE Studio
FAQs
[![npm version](https://img.shields.io/npm/v/%40ae-studio%2Fpx)](https://www.npmjs.com/package/@ae-studio/px) [![npm license](https://img.shields.io/npm/l/%40ae-studio%2Fpx)](./LICENSE) [![monthly downloads](https://img.shields.io/npm/dm/%40ae-studio%2Fpx
We found that @ae-studio/px demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.