GreatScottyMac/roo-code-memory-bank からルールファイルを一括ダウンロードするためのPowerShellスクリプト。
ファイル一覧はREADME.md
の表から自動取得する。
powershell -ExecutionPolicy Bypass -File sync_roo_code_memory_bank.ps1 -TargetDir "<ダウンロード先ディレクトリ>"
TargetDir
: ファイルのダウンロード先ディレクトリ(省略時はカレントディレクトリ)
PowerShell script to bulk download rule files from GreatScottyMac/roo-code-memory-bank.
The file list is automatically retrieved from the table in README.md
.
powershell -ExecutionPolicy Bypass -File sync_roo_code_memory_bank.ps1 -TargetDir "<download destination directory>"
TargetDir
: Directory to download files to (defaults to current directory if omitted)