Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.2 KB

🥷🏽 PackageNinja (desktop app)

An app to simplify dependencies managment for Node.js

This app is in DEMO mode for now

Features

  • Automatically synchronizes your package.json and .pkgninja files
  • Detects outdated dependencies and categorizes them (upToDate, canUpdate, outdated)
  • Provides a user-friendly CLI for managing dependencies
  • Supports dependency locking
  • Works with all project types (Node.js, Angular, React, Vue...)
  • VSCode extension for enhanced workspace integration is available here

Installation (with NPX)

npx @techfever/package-ninja-app

This will install the app and launch it

Contributing

We welcome contributions! Please read our contributing guidelines for more information.

License

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

Authors

  • D-C-MATE (owner of TechFever)

Acknowledgments

Inspired by the need for a smarter package manager Thanks to the open-source community for their invaluable resources