This extension allows you to generate and visualize the file tree of a project, which can be copied to the clipboard or inserted into a README.md
file.
- Generate a file tree of your project directory.
- Option to copy the file tree to the clipboard.
- Option to insert the file tree into your
README.md
.
├── /public
│ └── index.html
├── /src
│ ├── /assets
│ ├── /components
│ │ └── App.tsx
│ ├── /styles
│ │ └── app.css
│ ├── index.tsx
│ └── react-app-env.d.ts
├── .gitignore
├── package.json
├── tsconfig.json
└── README.md
- Clone the repository:
git clone https://github.com/psparwez/file-tree.git
-
Open the project in Visual Studio Code.
-
Install the dependencies:
-
Run the extension via the Command Palette.
Use the command palette (Ctrl+Shift+P
or Cmd+Shift+P
on macOS) and search for Generate File Tree
. Choose where to insert the file tree (clipboard or README.md
).
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-name
). - Create a new pull request.
This project is licensed under the MIT License - see the LICENSE file for details.