@falcon.io/prm
v0.0.1-alpha.1
Published
Poly Repository Manager
Downloads
75
Readme
Ploy Repository Manager (prm)
Poly Repo Manager (prm) is a powerful Command Line Interface (CLI) tool designed to streamline and automate the management of multiple Git repositories. With prm, you can execute the same Git actions across multiple repositories simultaneously, making it an essential tool for developers and teams who regularly work with numerous repositories.
Features
- Clone Multiple Repositories: Efficiently clone several repositories at once, saving time and effort.
- Commit Changes: Apply consistent commits to multiple repositories in one go, ensuring uniformity across your projects.
- Push Updates: Synchronize all your repositories simultaneously by pushing updates to their respective remote branches.
- Pull Updates: Retrieve the latest changes from multiple repositories, keeping your local copies up-to-date.
- Branch Management: Create, switch, and manage branches across all your repositories with ease.
- Status Checks: Quickly check the status of all your repositories to identify any changes or conflicts.
- Custom Scripts: Execute custom scripts or commands across multiple repositories, allowing for flexible and powerful custom workflows.
Installation
To install prm, simply run:
npm install -g prm
Contributing
Contributions to prm are welcome and encouraged! If you encounter any issues or have suggestions for new features, please open an issue or submit a pull request.
License
prm is licensed under the MIT License. See the LICENSE file for more information.