Omoospace

Omoospace is a universal folder structure guideline for creative projects. Its goals are universality, flexibility, and semantic clarity. It works for complex projects and team collaboration, as well as simple projects and individual work. Why Omoospace?
Getting Started
New Project
- Create a new folder as the project root.
- Create
OMOOSPACE.mdin the root. - Create
contents/in the root and put your resource files in it. - (Optional) Create
subspaces/in the root and put your source files in it. - (Optional) Add other folders as needed and place the corresponding file types in them.
Existing Project
Create and edit OMOOSPACE.md in the project root.
---
contents_dir: <resource_folder_name> # e.g. assets
subspaces_dir: <source_folder_name> # e.g. sources
---
# Project Name
...
Command Line Tool
Install uv and tool
https://docs.astral.sh/uv/getting-started/installation/