iamserjo/php-gpt-context-generator
最新稳定版本:0.0.5.4
Composer 安装命令:
composer require iamserjo/php-gpt-context-generator
包简介
Helps to create prompt context of your project according to chosen tables and files
README 文档
README
Create prompt context of your project according to chosen tables and files
Installation
composer require --dev iamserjo/php-gpt-context-generator
Run
php artisan _dev:gpt-project-context-generator
Short Documentation
- This Laravel command generates a single prompt file with the selected database tables’ schema and chosen project files.
- It helps provide GPT models with relevant context for coding tasks, speeding up development.
- Installation is simple: run
composer require --dev iamserjo/php-gpt-context-generator. - Use
php artisan _dev:gpt-project-context-generatorto launch the interactive console. - First, select an existing setup or create a new one.
- Next, choose tables to include, then pick files by typing partial filenames.
- The command creates a timestamped .txt file in storage/app/gpt-context-generator.
- This file contains your database schema, file contents, and a brief prompt.
- Reuse or edit previous setups by loading from history.
- Leverage the generated context file as input to GPT tools for better code suggestions.
统计信息
- 总下载量: 1.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-12-18