Package Exports
- gitos
- gitos/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gitos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Gitos (原 Jules Wrapper)
一个简单的 @google/jules CLI 封装工具,用于自动化仓库 Docker 化流程。
功能特性
- 自动化工作流: 启动 Jules 会话,等待完成,并下载结果。
- 归档生成: 自动将生成的文件压缩为即用型归档。
- 零配置: 直接使用你现有的 Google Cloud 认证(通过官方 Jules CLI)。
使用方法
你可以直接使用 npx 运行此工具,无需安装:
npx gitos --repo https://github.com/username/repo选项
--repo,-r: GitHub 仓库 URL (必填)。--prompt,-p: 给 AI 的自定义指令 (可选)。--output,-o: 输出目录 (默认:./output)。
##以此前置条件
- 已安装 Node.js。
- 能够访问
@google/jules(Google 官方工具)。
许可证
ISC