An Electron app for creating directory-tree diagrams.
A DMG for macOS is available under releases. Installers for other operating systems can be generated using Electron's build script via npm run build
.
Clone this repository, install all dependencies using npm install
, then create a local development server using Vite via npm run dev
.
The npm run build
script will run Vite to bundle the app's front-end, then Electron Builder to generate an installer for the provided operating system (or your OS by default).