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
1. **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.
2. **Expo Projects Fix Update**
- **Command:** `gitman expo -u "project-name"`
- **Description:** Applies necessary fixes and updates for Expo projects, making maintenance more efficient.
3. **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.
4. **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.
Enhancements
1. **Utility Module**
- **Module:** `utils`
- **Description:** Created to abstract functions such as `deps_logs` and `logger_expection`, improving code modularity and readability.