vscode-filetree-generator
v1.0.3
Published
Generate a file tree for your project
Downloads
7
Readme
File Tree Generator
This is a simple command-line tool that generates a text file containing the file tree of your current project.
Installation
You can install this package globally using npm:
npm install -g vscode-filetree-generator
Usage
After installation, you can use the tool by navigating to your project directory in the terminal and running:
generate-filetree
This will create a file-tree.txt
file in your current directory, containing the file tree of your project.
Requirements
- Node.js 12.0.0 or higher
Known Issues
Please report any issues on the GitHub repository.
Release Notes
1.0.2
Converted from VSCode extension to CLI tool.