1.0.0 • Published 6 months ago

pdeps v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

pdeps 🚀

Install npm packages with --legacy-peer-deps the easy way!
Say goodbye to peer dependency headaches and hello to smooth installs. 😎


What it does ✨

pdeps is a tiny CLI tool that automatically adds --legacy-peer-deps to your npm install commands. Perfect for those pesky legacy projects! 🛠️

Example

npx pdeps express axios

Installation 📦

npm install -g pdeps

Usage 📝

npx pdeps <package1> <package2> ...

Why use pdeps? 🤔

  • Legacy Projects: If your project relies on older npm versions, pdeps ensures compatibility.
  • Peer Dependency Issues: Say goodbye to those pesky "can't install peer dependencies" errors.
  • Simplified Installs: Just specify the packages you need, and let pdeps handle the rest.

Contributing 🤝

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License 📝

This project is licensed under the MIT License. See the LICENSE file for details.

Author 🤵

This project is created by Alohe.

Acknowledgements 🤝

1.0.0

6 months ago