Skip to content

BoraAITA/devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🔧 DevTools

A collection of useful scripts and tools for everyday development.

📦 Tools

🔄 quick-git.sh

Quick git operations with single commands.

# Save all changes
./scripts/quick-git.sh save "message"

# Undo last commit
./scripts/quick-git.sh undo

# Create and switch branch
./scripts/quick-git.sh branch FeatureName

📁 project-init.sh

Create project directory structures.

# Create React project
./scripts/project-init.sh react my-app

# Create Node.js API
./scripts/project-init.sh nodejs my-api

# Create Python project
./scripts/project-init.sh python my-script

🔍 find-large.sh

Find large files on disk.

./scripts/find-large.sh /path/to/dir 100  # Find files larger than 100MB

🛠️ Installation

git clone https://github.com/BoraAITA/devtools.git
cd devtools
chmod +x scripts/*.sh

📄 License

MIT License

About

🔧 Yararlı geliştirme scriptleri ve araçları

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages