0.2.0
·
28 commits
to master
since this release
Update
The release of Gitman Version 0.2.0, featuring new commands and utility module enhancements to streamline your project maintenance and dependency management.
New Features
-
Angular Dependencies Update
- Command:
gitman ng -u "project-name"
- Description: Updates Angular project dependencies for the specified project, ensuring they stay up-to-date with the latest versions.
- Command:
-
Expo Projects Fix Update
- Command:
gitman expo -u "project-name"
- Description: Applies necessary fixes and updates for Expo projects, making maintenance more efficient.
- Command:
-
GitHub Followers Check
- Command:
gitman github
- Description: Checks GitHub followers, counts, and identifies who is not following back, providing insights into your GitHub community engagement.
- Command:
-
Interactive Update Command
- Command:
gitman -a
- Description: Offers an interactive experience to construct the update command, allowing:
- Selection of projects to update.
- Choice of dependencies to ignore during the update process.
- Customization of commit messages for better clarity and context in version control.
- Command:
Enhancements
- Utility Module
- Module:
utils
- Description: Created to abstract functions such as
deps_logs
andlogger_expection
, improving code modularity and readability.
- Module: