3 comments

[ 2.8 ms ] story [ 19.3 ms ] thread
Framed is a CLI tool that simplifies the organization and management of files and directories in a reusable and architectural manner. It provides YAML templates for defining project structures and enables workflows based on those. To always be in sync with the YAML template, Framed provides a built-in test command that can be used in CI/CD pipelines to verify the project structure. It was just a project to learn some golang, but i think that the idea is quite nice. Let me know what do you think.
> In a nutshell, Framed is a nifty tool that simplifies project management by organizing and managing files and directories effortlessly. With YAML templates and a built-in test command, it keeps your project structure in sync and consistent. It’s flexible, allowing you to customize the layout to fit your needs, and it plays well with Docker. Easy to install and use, Framed helps you stay focused on coding instead of file management. Give it a try and say goodbye to project organization headaches!

It looks very nice, and you have a great logo, but even after reading all the lengthy ChatGPT-written docs, I'm still struggling to wrap my head around what exactly it is, how it works (technically, like what does it even do -- does it include/exclude files in a final project, is it a build tool?), and why I want it.