0.1.0
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:
-
Dependency Management: Easily update project dependencies within specified directories or across all projects, ensuring your dependencies are up-to-date without manual intervention.
-
Git Status Checking: Quickly assess the Git status of projects, aiding in managing changes and ensuring code integrity across your repositories.
-
Automated Updates: Utilize
npx npm-check-updates
for automated dependency updates followed bynpm install
and a Git commit, simplifying the process of keeping projects current. -
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.