px is a CLI application used to run commands across different JavaScript package managers!
It detects what is the package manager being used in the project and forwards the command to the correct tool. It's made for developers that work on multiple projects.
Hey hunters! 👋
I'm excited to announce px, an open source CLI application used to run commands across different JavaScript package managers!
Today we have multiple JavaScript runtimes and package managers, and it's common for developers to work with more than one on a daily basis. We need to keep switching tools when working on different projects, which often results in using the wrong tool or command.
For this reason, I created px, a small and lightweight CLI application that detects what package manager is being used and executes the command for you! This way, you don't need to change your workflow when working on a different project, and you can focus on what is actually important.
Lastly, it also comes with a few improvements on top of the package managers for a better developer experience! You can find more information in the website and GitHub repository.
Please let me know what you think, I would love your feedback! ❤️