在博客中經常看到目錄結構如下:
project-tree
├─ .git
├─ .gitignore
├─ .vscodeignore
├─ images
├─ node_modules
├─ src
│ ├─ config.ts
│ ├─ index.ts
│ └─ utils.ts
├─ tsconfig.json
├─ tslint.json
└─ webpack.config.js
應該如何生成呢?
步驟如下:
- vscode安裝插件,project-tree
- 安裝之后按ctrl+shift+p,並輸入Project Tree回車
- 點擊要生成目錄的項目,回車
- 將項目目錄生成並存儲到README.md中
本文轉自 https://www.cnblogs.com/m987/p/14720465.html,如有侵權,請聯系刪除。
