Maverick

Maverick

HI

Badges

Tastemaker
Tastemaker

Forums

I built a tool that lets you reorganize any codebase

We ve all been there: You want to group your code by "Feature," but the project structure is forced to be "By Type," and if you move one file, 50 import statements break and the build fails.

I created UCO (Universal Code Organizer) to solve this. Instead of moving files, it scans your code for a simple @UCO: tag in the comments and generates a Shadow Workspace using OS symlinks.

The Workflow:

  1. Keep your messy files exactly where the compiler wants them.

  2. Add a comment like // @UCO: Features/Auth/Hooks to your file.

  3. Run the script.

  4. Open the generated UCOWorkspace_ folder.

Maverick

5d ago

GitHub Universal File Organizer - built for developers of all kinds

this is a organization tool made by me use it as much as you like, i would like to mention it has not been tested a lot. - nelsenm25/Universal-Code-Organizer
View more