Skip to content

cqb13/folder-mapper

Folders and files

NameName
Last commit message
Last commit date
May 30, 2023
May 30, 2023
Mar 1, 2025
May 30, 2023
May 30, 2023
May 30, 2023
Jan 19, 2025
Feb 5, 2025
Jan 19, 2025
Mar 1, 2025
Mar 1, 2025
May 30, 2023
May 30, 2023
May 30, 2023
May 30, 2023
May 30, 2023

Repository files navigation

Folder Mapper

View Projects

About:

This website takes in a folder, and maps out the folder structure, in a tree like structure.

Technologies:

  • Vue 3
  • Vite
  • Tailwind CSS
  • TypeScript
  • Vercel

Structure:

folder-mapper
└── tsconfig.node.json
└── tsconfig.json
└── tailwind.config.cjs
└── postcss.config.cjs
└── package.json
└── package-lock.json
└── index.html
└── README.md
└── .prettierrc
└── .prettierignore
└── .gitignore
├── public
│   └── icon.svg
├── src
│   └── style.css
│   └── main.ts
│   └── App.vue
│   ├── assets
│   │   └── icon.svg
│   │   └── github.svg
│   │   └── types
│   │       └── directoryMap.ts
│   │       └── file.ts
│   ├── components
│   │   └── CheckBox.vue
│   │   └── TextInputGroup.vue
│   ├── utils
│   │   └── getDirectoryMap.ts
│   │   └── createFileTree.ts
│   │   └── isIgnored.ts
│   └── vite-env.d.ts
└── vite.config.ts