feat: power claude templates
This commit is contained in:
6
.claude/commands/check-modules.md
Normal file
6
.claude/commands/check-modules.md
Normal file
@@ -0,0 +1,6 @@
|
||||
显示项目中所有模块的列表和基本信息
|
||||
|
||||
echo "=== 项目模块列表 ===" && \
|
||||
cat settings.gradle | grep "include" && \
|
||||
echo "\n=== 模块目录 ===" && \
|
||||
ls -la | grep "^d" | grep "module_"
|
||||
Reference in New Issue
Block a user