# manifests **Repository Path**: src-anolis-ons/manifests ## Basic Information - **Project Name**: manifests - **Description**: 项目工程入口 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-09-23 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manifests代码仓库说明 ## 1. 代码仓库简介 工程配置仓库是各工程的入口,用以拉取整个工程代码。 ## 2. 项目结构 ``` manifests/ └── xxx.xml # 工程配置文件 ``` ## 3. 仓库使用 此仓库无需下载,参考如下命令下载工程代码。 ``` # {project}为您选择的工程名字 repo init -u git@gitee.com:src-anolis-ons/manifests -b master -m {project}.xml --repo-url https://mirrors.tuna.tsinghua.edu.cn/git/git-repo ```