1.0.3 • Published 1 year ago

vscode-filetree-generator v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago