Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

DevTools

A collection of shell scripts and utilities for development workflow automation.

📂 Contents

Git Scripts (git_scripts/)

ScriptDescription
repository_cloner/clone-repos.shClone multiple repositories at once
repository_cloner/status.shCheck git status across multiple repos
repository_cloner/pull.shPull latest changes across multiple repos
git_update/git_update.shAutomated git update utility
git_update/git_update_v2.shEnhanced git update with more features
mutation_ratio/mutation-ratio.shCalculate code mutation ratios

Dev Environment (dev_env/)

Setup and cleanup scripts for development environment configuration.

🚀 Quick Start

# Clone the repository
git clone https://github.com/gmuller-dev/devtools.git
cd devtools
# Make scripts executable
chmod +x git_scripts/*/*.sh
# Use a script
./git_scripts/repository_cloner/clone-repos.sh

🛠️ Requirements

  • Bash shell
  • Git
  • Standard Unix utilities (awk, grep, sed)

📝 Usage Examples

Clone multiple repos

./git_scripts/repository_cloner/clone-repos.sh repo1 repo2 repo3

Check status across repos

./git_scripts/repository_cloner/status.sh /path/to/repos

📄 License

See individual script headers for license information.


Automation makes life easier

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages