generator

CTX: A tool for generating structured documentation from files, repositories, diffs, and URLs through a modular architecture with powerful configuration options for AI-assisted development workflows. The missing link between your codebase and your LLM. Context as Code (CaC) tool with MCP server inside.

GitHubスター

180

ユーザー評価

未評価

お気に入り

0

閲覧数

16

フォーク

9

イシュー

23

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
PHP: 7.4以上
Composer: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/context-hub/generator.git
cd generator

2. 依存関係のインストール

bash
composer install

3. サーバーの起動

bash
php -S localhost:8000 -t public

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: PHPのバージョンを確認し、依存関係を再インストールしてください。 問題: ドキュメントが生成されない 解決策: 設定ファイルのパスと構文を確認してください。