all notes๐ฑseedlingยทUpdated
Generate a ASCII tree from file system

Juri Strumpflohner
The command:
npx directory-tree-ascii awesomereactapp -b node_modules .git
The result (with some details removed manually: ...
):
cra-app
โโ public/
โโ src/
โ โโ authentication/
โ โ โโ current-user/
โ โ โ โโ ...
โ โ โ โโ index.ts
โ โ โโ login/
โ โ โโ signup/
โ โโ orders/
โ โ โโ checkout/
โ โ โโ place-order/
โ โ โโ refund/
โ โ โโ order-list/
โ โโ payments/
โ โโ products/
โ โโ user-profile/
โ โ โโ addresses/
โ โ โโ credit-cards/
โ โโ App.css
โ โโ App.tsx
โ ...
โโ package-lock.json
โโ package.json
โโ README.md