Destiny
Prettier for File Structures
Destiny is a developer tool described as “Prettier for file structures.” It scans a JavaScript or TypeScript project, analyzes how files import one another, and reorganizes the project into a fractal-style folder structure. The tool aims to make file organization more consistent by basing structure on dependency relationships instead of purely manual naming choices. After moving files, it also updates imports so the project can continue working with the new layout. Destiny is useful for...