Logo

dev-resources.site

for different kinds of informations.

Represent a directory tree in a Github README.md

Published at
4/16/2023
Categories
github
tree
ubuntu
tutorial
Author
siumhossain
Categories
4 categories in total
github
open
tree
open
ubuntu
open
tutorial
open
Author
11 person written this
siumhossain
open
Represent a directory tree in a Github README.md

Do you want to add your project structure tree in your .readme file?

directory_tree

Install tree



sudo apt install tree


Enter fullscreen mode Exit fullscreen mode

Just type tree inside of your project directory



tree


Enter fullscreen mode Exit fullscreen mode

If you want to ignore a folder from your tree like node_modules, you can do this by



tree -I node_modules


Enter fullscreen mode Exit fullscreen mode

How about you want to ignore multiple folder from your tree, you can do this by



tree -I "node_modules|venv|lib"


Enter fullscreen mode Exit fullscreen mode
tree Article's
30 articles in total
Favicon
House robber III
Favicon
Inorder traversal of a binary tree
Favicon
Comprehensive Tree Care Solutions in Gig Harbor and Tacoma with Pablo Tree Services
Favicon
Tree data structures in Rust with tree-ds (#2: Tree Operations)
Favicon
The Benefits of Hiring Professional Tree Trimmers in Christchurch
Favicon
Tree data structures in Rust with tree-ds (#1: Getting Started)
Favicon
DFS Traversal Guide: Easy way to remember DFS Traversel Path
Favicon
Chain - a Goofy, Functional, Tree-backed List
Favicon
Demystifying Tree Lopping vs. Tree Chipping: Which is Right for Your Landscape?
Favicon
Ergonomic Trees in Go
Favicon
Generating Dynamic Breadcrumb Menus Using Tree Table & Recursive CTE
Favicon
Types of decision tree in machine learning
Favicon
Tree Service Tips: Keeping Your Property Safe in Tinley Park
Favicon
What is tree data structure? 🌳
Favicon
Golang multinode tree with parallel search
Favicon
Implementing Nested Filters using React and Tree Data Structure
Favicon
814. Binary Tree Pruning
Favicon
A hierarchical tree component for React in Typescript
Favicon
C++ - Basic Tree Traversal(Recursive vs Queue)
Favicon
C++ - Basic Tree Traversal(Recursive vs Stack)
Favicon
Generate files and folder structures of your code
Favicon
Converting materialized paths into a tree with generics: a Golang kata
Favicon
wishing3 - if you'd 3 wishes, what'd they be?
Favicon
Represent a directory tree in a Github README.md
Favicon
Segment Trees - Part I
Favicon
A Nibble of Quadtrees in Rust
Favicon
What is AST?
Favicon
Finding all children of a node in a tree
Favicon
5 Reasons You Need Tree Doctor to Keep Your Plants Healthy
Favicon
Binary Tree Pruning

Featured ones: