/TreeGenerator

A tool to generate tree structures of directories.

Primary LanguageJavaScriptMIT LicenseMIT

├TreeGenerator

TreeGenerator is a command-line tool for generating and visualizing directory tree structures in a terminal.

📂 Requirements

To run TreeGenerator, ensure you have the following installed:

Base:

Packages:

Note: All these packages are available on npm. You can install them using npm install package-name.

🚀 Installation

Follow these steps to install TreeGenerator:

  1. Ensure you have Node.js and npm installed on your machine.
  2. Open your terminal.
  3. Copy and paste the following command:
    npm install -g @douxx/treegenerator
    
  4. TreeGenerator is now installed globally on your system. You can run it using the command:
    tree <path>
    

⚙️ Usage

To generate a tree for a specific directory, use the following command:

tree <path>

or

tg <path>

Replace <path> with the absolute or relative path of the directory you want to visualize.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

🌐 Links