https://x8bitrain.github.io/folder2json/
A web app that lets you open a local folder and convert its paths into a JSON object.
Uses Svelte + TS + Vite, Filesystem Access API via browser-fs-access and svelte-jsoneditor to render editable JSON.
Clone the git repository
Install dependencies (once):
yarn install
Start the demo project (at http://localhost:3000):
yarn dev
Build the app.
yarn build
Deploy the app (to GitHub pages).
yarn deploy