跳转至

Omoospace

overview

Omoospace 是构建创意工作文件夹结构的心法。它的目标是,通用性、灵活性和语义性。不仅适用于复杂项目和团队合作,也适用于简单项目和个人工作。 Why Omoospace?

快速开始

新建项目

  1. 新建文件夹作为项目根目录
  2. 根目录下新建文件Omoospace.yml
  3. 根目录下新建文件夹Contents/,把资源型文件放进去
  4. (可选)根目录下新建Subspaces/,把制作型文件放进去
  5. (可选)其他文件夹按需求设置,并放置对应类型的文件

已有项目

  1. 根目录下新建文件Omoospace.yml
  2. 编辑Omoospace.yml
    添加contents_dir: <资源型文件夹名>
    例如contents_dir: Assets(Unity)   
  3. (可选)编辑Omoospace.yml
      添加subspaces_dir: <制作型文件夹名>
      例如subspaces_dir: ProjectFiles   

开箱即用的小工具

安装 uv 和小工具

https://docs.astral.sh/uv/getting-started/installation/

uv tool install omoospace[cli]

新建项目

omoos create <Name>

已有项目

cd <project folder>
omoos init