Example 1: Create New CLI Tool (+1)
Example 1: Create New CLI Tool
# Initialize framework
/bash-script-framework init
# Create tool with menu
/bash-script-framework new repo-manager --menu
# Result: scripts/repo-manager with full menu system
Example 2: Add Simple Script
# Add utility script
/bash-script-framework add backup-tool
# Creates scripts/backup-tool with basic template