ディレクトリ構成をターミナルで出力

  1. Homebrewからtreeをインストール

    • $ brew install tree
  2. 対象のフォルダに移動してターミナルでtreeと打つ

    • $ tree

“tree”

マークダウンで表示するには?

ブロックコード(```)の中に書くことでマークダウンでも正常に表示されます。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
.
├── component
│   └── error_dialog.dart
├── launch_page.dart
└── weather
    ├── component
    │   └── weather_forecast.dart
    ├── weather_page.dart
    ├── weather_page_ui_state.dart
    └── weather_page_ui_state.freezed.dart
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy