A node.js CLI utility to display a tree representation (treeview) of a file & folder structure.
→ Run the typescript code directly
pnpm tsx .or
→ Build and run the javascript code
pnpm build
node . # or "pnpm start"or
→ Run and watch for code changes during development
pnpm dev