Skip to content

Instantly share code, notes, and snippets.

@danwild
Created July 30, 2018 22:59
Show Gist options
  • Save danwild/cb3bffd827c9c6b233cef2d6b40b6eb1 to your computer and use it in GitHub Desktop.
Save danwild/cb3bffd827c9c6b233cef2d6b40b6eb1 to your computer and use it in GitHub Desktop.
Use tree command to produce project structure diagram

-L 3 == 3 levels deep -I node_modules ignore

tree -v -L 3 --charset utf-8 -I node_modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment