Skip to content

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

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors