Skip to content

Instantly share code, notes, and snippets.

@PeterKow
Last active August 13, 2018 13:44
Show Gist options
  • Select an option

  • Save PeterKow/f53b6040843ab726a1d4c817a34ec896 to your computer and use it in GitHub Desktop.

Select an option

Save PeterKow/f53b6040843ab726a1d4c817a34ec896 to your computer and use it in GitHub Desktop.
Example for type grouping
├── src
| ├── asstets (type)
| ├── order.png
| ├── components (type)
| ├── common
| ├── button.jsx
| ├── avatar.jsx
| ├── order.jsx
| ├── order-list.jsx
| ├── payment.jsx
| ├── payments-list.jsx
| ├── user.jsx
| ├── users-list.jsx
| ├── api
| ├── order.api.js
| ├── payment.api.js
| ├── redux
| ├── order.redux.js
| ├── payment.redux.js
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment