Bash Script Framework Example 1 Create New CLI Tool

Sub-skill of bash-script-framework: Example 1: Create New CLI Tool (+1).

vamseeachanta 6697d85 576 B Updated

File contents

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

vamseeachanta/workspace-hub/tree/main/.agents/skills/_core/bash/bash-script-framework/example-1-create-new-cli-tool commit 6697d85156

Frequently asked questions

npx skillmds@latest add vamseeachanta/bash-script-framework-example-1-create-new-cli-tool