Skip to content

A cli tool to identify out of date package.json dependencies.

License

Notifications You must be signed in to change notification settings

helgardferreira/patch-pulse-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patch Pulse

GitHub Actions Continuous Deployment GitHub Actions Rust License npm Version npm Downloads GitHub stars GitHub forks

Patch Pulse Banner

Patch Pulse is a CLI tool that identifies out-of-date dependencies in your package.json file, ensuring your project stays up-to-date with the latest versions available on npm.

Table of Contents

How to Use

To check your project's dependencies, navigate to your project directory and run:

npx patch-pulse

Built with Rust

This package is built with Rust, offering high performance. The binaries are wrapped in npx, requiring no additional installation.

Features

  • Easy to Use: Run a single command to check all dependencies.
  • Comprehensive: Checks dependencies, devDependencies, peerDependencies, optionalDependencies, and bundledDependencies.
  • Up-to-Date: Compares against the latest versions on npm.

Installation

No installation required! Just ensure you have Node.js installed to use npx.

Example

Example Screenshot

License

This project is licensed under GNU GPLv3 - see the LICENSE file for details.

Author

This Patch Pulse CLI tool is maintained by Barry Michael Doyle.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Support Me

If you like this tool, please consider supporting me to keep the project alive and well-maintained.

About

A cli tool to identify out of date package.json dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 87.2%
  • JavaScript 12.8%