Skip to content

Commit fbf8e0e

Browse files
author
Kojiro Tanaka
committed
update docs
1 parent 9e9c3ab commit fbf8e0e

File tree

8 files changed

+759
-1150
lines changed

8 files changed

+759
-1150
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/.idea/
2-
2+
/test/
33
.gemini/
44
gha-creds-*.json

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@
55
[![GitHub license](https://img.shields.io/github/license/upbond/development-guide)](https://github.com/upbond/development-guide/blob/main/LICENSE)
66
[![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/upbond/development-guide/main.yml?branch=main)](https://github.com/upbond/development-guide/actions)
77

8+
## 🎯 すぐに始められるAI駆動開発
9+
10+
**このリポジトリを任意の場所にクローンし、`setup.sh`を実行するだけで、どんなプロジェクトでもAI駆動開発環境を構築できます。**
11+
12+
```bash
13+
# 1. リポジトリをクローン
14+
git clone https://github.com/upbond/development-guide.git
15+
cd development-guide
16+
17+
# 2. セットアップスクリプトを実行
18+
chmod +x setup.sh
19+
./setup.sh
20+
21+
# 3. 指示に従ってLLMプロバイダーを選択
22+
# 4. あなたのプロジェクトにAI駆動開発環境が構築完了!
23+
```
24+
25+
**対応LLMプロバイダー:**
26+
- 🤖 **Gemini CLI** - Google AI による自動化
27+
-**Claude Code** - Anthropic によるコード生成
28+
- 🧠 **OpenAI Codex** - OpenAI による開発支援
29+
- 👨‍💻 **GitHub Copilot** - リアルタイムコード補完
30+
- 🔧 **カスタム** - 独自のLLMプロバイダー
31+
832
> **GitHub Issue-driven AI Development Guidelines and Setup Tools**
933
> Complete framework for implementing AI-driven development workflows with automated issue management, code review, and deployment.
1034

0 commit comments

Comments
 (0)