Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 621 Bytes

CLI.md

File metadata and controls

31 lines (27 loc) · 621 Bytes
._____           _     
|_   _|__   ___ | |___
  | |/ _ \ / _ \| / __|
  | | (_) | (_) | \__ \
  |_|\___/ \___/|_|___/

CLI

tree

Easily visualize your render tree, thanks to our component architecture

$ tree app/scenes
app/scenes/
├── App
│   ├── App.js
│   ├── _
│   │   ├── AppNavigator.js
│   │   └── AppTabs.js
│   └── index.js
├── Home
│   ├── Home.js
│   └── index.js
└── package.json

ranger

File explorer with vim keybindings