生成文件树

  1. # macos 上安装tree依赖,存在不需要装
  2. brew install tree
  3. # 文件名对应需要生成文件树的文件夹
  4. tree -l 文件名 >README.md