1.0.3 • Published 12 months ago

vscode-filetree-generator v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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.

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago