承接 kyprss/ai-docs 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kyprss/ai-docs

最新稳定版本:v1.0.0-alpha15

Composer 安装命令:

composer require kyprss/ai-docs

包简介

An easy tool to download the latest documentation from a git repository

README 文档

README

AI Docs is an easy tool to download the latest documentation from a git repository. It creates a reference file which you can use in your AI guidelines.

Installation

Install via Composer:

composer require kyprss/ai-docs

Usage

/vendor/bin/ai-docs

Initialization

/vendor/bin/ai-docs init

On the first run a config file ai-docs.json will be created in the root directory of your project.

The file will be look like this:

{
    "config": {
        "target_path": ".ai/docs/"    
    },
    "sources": {
        "laravel": {
            "type": "repository",
            "url": "git@github.com:laravel/docs.git",
            'branch' => '12.x',
            "files": ["*.md"]
        },
        "plentyone-rest-api": {
            "type": "openapi3",
            "url": "https://raw.githubusercontent.com/plentymarkets/api-doc/refs/heads/master/plentymarkets/openApiV3/openApiV3WithExamples.json"
        }
    }
}

Sync

/vendor/bin/ai-docs sync

This command will sync all given sources by doing the following steps:

  • downloading the latest files from the git repo to temp directory
  • matching all files with the given patterns
  • copy the found files to {target_path}/{name}/

统计信息

  • 总下载量: 2.31k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固