File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,15 @@ VPS上で実行するサーバー管理ユーティリティ集。FreeBSD / Ubun
99- ` app/lib/writers_base/tool/*.rb ` - 個別ツール。` Tool ` を継承し` exec ` と` description ` を実装
1010- ` app/lib/writers_base/installer.rb ` - cronスクリプトのインストーラ
1111- ` bin/wb.rb ` - ツール実行エントリポイント (` bin/wb <tool_name> ` )
12- - ` config/application.yaml ` - 全設定。ツール名をキーにして各設定を格納
12+ - ` config/application.yaml ` - デフォルト設定。ツール名をキーにして各設定を格納
13+ - ` config/local.yaml ` - 環境固有の設定(Git管理対象外)。` application.yaml ` の値を上書き
1314- ` config/autoload.yaml ` - Zeitwerk inflection設定
1415
1516## ツール追加パターン
1617
17181 . ` app/lib/writers_base/tool/<name>_tool.rb ` にクラスを追加(` Tool ` を継承)
18192 . ` exec(args = {}) ` と ` description ` を実装
19- 3 . ` config/application.yaml ` に設定を追加
20+ 3 . ` config/application.yaml ` にデフォルト設定を追加
20214 . ` README.md ` のツール一覧と設定セクションを更新
2122
2223## 開発ツール
You can’t perform that action at this time.
0 commit comments