Skip to content

0.1.0

Compare
Choose a tag to compare
@lucasferreiralimax lucasferreiralimax released this 22 Jun 05:00
· 73 commits to master since this release

Update

GitMan version 0.1.0 is an initial release designed to streamline dependency management and Git status checking across multiple projects. This command-line tool offers several key functionalities to enhance development workflows:

  1. Dependency Management: Easily update project dependencies within specified directories or across all projects, ensuring your dependencies are up-to-date without manual intervention.

  2. Git Status Checking: Quickly assess the Git status of projects, aiding in managing changes and ensuring code integrity across your repositories.

  3. Automated Updates: Utilize npx npm-check-updates for automated dependency updates followed by npm install and a Git commit, simplifying the process of keeping projects current.

  4. Flexible Options: With support for ignoring specific dependencies and checking outdated dependencies globally or within specified directories, GitMan offers flexibility tailored to your project needs.

Version 0.1.0 marks the beginning of a toolset aimed at improving efficiency and maintaining consistency with automation.