Skip to content

A powershell script to output the folder/file structure of your CWD such that you can let GPT4 help you write code better since it understands your project structure.

Notifications You must be signed in to change notification settings

folsze/folderTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

folderTree

A powershell script to output the folder/file structure of your CWD such that you can let GPT4 help you write code better since it understands your project structure.

Usage:

Add to path first if you want to run from anywhere on your computer.

Run like this:

folderTree

folderTree -excl "node_modules", "dist"

folderTree -foldersOnly

folderTree -foldersOnly -excl "node_modules", "dist"

About

A powershell script to output the folder/file structure of your CWD such that you can let GPT4 help you write code better since it understands your project structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published