Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

源码目录树骨架模板 #41

Open
sunmaobin opened this issue Nov 28, 2017 · 0 comments
Open

源码目录树骨架模板 #41

sunmaobin opened this issue Nov 28, 2017 · 0 comments
Assignees
Milestone

Comments

@sunmaobin
Copy link
Owner

sunmaobin commented Nov 28, 2017

源码目录树构建技巧

曾几何时看到别人的代码目录展示如下,非常的漂亮,于是我就把别人的这棵树拷贝过来,一个个修改变成自己的树,如下:

project
├── dist
   ├── css
      └──  ...
   
   └── js
       ├── ...
          ├── ...
          ├── ...
          └── ...
       
       ├── ...
          ├── ...
          ├── ...
          └── ...
       
       ├── ...
       └── ...

└── src
    ├── css
       ├── ...
          ├── ...
          ├── ...
          └── ...
       
       ├── ...
       └── ...
    
    └── js
        ├── ...
           ├── ...
           ├── ...
           ├── ...
           ├── ...
           └── ...
        
        ├── ...
           ├── ...
           ├── ...
           └── ...
        
        ├── ...
           ├── ...
           ├── ...
           ├── ...
           └── ...
        
        ├── ...     // ...
        └── ...    // ...

现在告诉大家,一个命令就可以搞定了!无论是windows和linux,在shell窗口直接输入:

> tree

关于这个命令的参数,请参考:

@sunmaobin sunmaobin added this to the 2017年 milestone Nov 28, 2017
@sunmaobin sunmaobin self-assigned this Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
前端
Awaiting triage
后台
Awaiting triage
Development

No branches or pull requests

1 participant