easy-package-logger
v1.3.5
Published
check dependencies installed in current app
Downloads
14
Readme
📦 @vikasdev/packagelogger
Log your dependencies with ease.
🚀 Automatically list all your project's dependencies in a simple log file.
🎉 Welcome to @vikasdev/packagelogger
Ever wondered how you could get a clean, concise list of all your project's dependencies? Whether you're managing a massive Node.js project or a small hobby app, keeping track of your dependencies is crucial. That's where @vikasdev/packagelogger
comes in.
With just a single command, you'll have a dependency-log.txt
file with every dependency and devDependency from your package.json
. It's that simple! ⚡
💡 Why Use This?
- Simplicity: No more manually listing out dependencies. One command does it all.
- Easy Project Audits: Keep track of what libraries you're using across projects.
- Share with Team: Share the log with your teammates for faster onboarding.
- Perfect for Documentation: Want to include a list of dependencies in your project documentation? Now it's automated!
📥 Installation
To install this package, use npm:
npm install @vikasdev/packagelogger --save-dev