<Command>bun run bin/tree.js [path]</Command>
<ExampleOutput> ```` > bun run bin/tree.js src/ ├── base.js │ StaticVar, SimulabraGlobal, Reactor, Effect, EnumVar, Signal, ... ├── html.js │ AstNodeCompilerBase, ElementNodeCompiler, TextNodeCompiler, ... ├── test.js │ Case, AsyncCase, BrowserCase demos/ ├── loom.js │ OpenAIAPIClient, ThreadConfig, TextCompletion, Thread, Logprob, Loom bin/ ├── lister.js │ ModuleLister └── tree.js DirectoryTree ```` </ExampleOutput>tree
以树形绘图字符展示项目目录结构,并在每个文件中标注Simulabra类名。
SKILL.md
--- frontmattername: tree description: Show the project directory structure with Simulabra class names per file, using tree-drawing characters allowed-tools: Bash