@saidmix/gitmanage
v1.0.3
Published
The GitLab Manage is a library designed to simplify common operations related to GitLab repositories.
Downloads
3
Readme
gitlabmanage
The GitLab Manage is a library designed to simplify common operations related to GitLab repositories.
Data Validation: The GitLab Helper verifies the existence of branches, projects and users in GitLab before performing any action.
Creating and Updating Directories and Files: You can use the library to create new directories and files in a specific branch of the repository. In addition, if you need to update existing content, you can also do so programmatically.
Merge Requests and Merges Management: The GitLab Helper makes it easy to create merge requests and perform merges between branches. This is useful for maintaining a collaborative workflow and ensuring that changes are integrated correctly.
ntegration with AWS S3 (in progres): If you want to extend the functionality, you could consider integrating the library with AWS S3 to store binary files or static resources in the cloud.