alexskrypnyk/template-project-example 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

alexskrypnyk/template-project-example

最新稳定版本:1.0.0

Composer 安装命令:

composer create-project alexskrypnyk/template-project-example

包简介

Example of how Customizer could be used in the project test

README 文档

README

Example of how Customizer can be used in the template project

composer create-project alexskrypnyk/template-project-example my-project

Example questions and processing are defined in the customize.php file.

Automated tests for the example questions and processing are defined in the CreateProjectTest.php file.

Given template project composer.json before customization:

{
    "name": "alexskrypnyk/template-project-example",
    "description": "Example of how Customizer could be used in the project",
    "type": "project",
    "require": {
        "php": ">=8.2"
    },
    "require-dev": {
        "alexskrypnyk/customizer": "^0.4",
        "composer/composer": "^2.7",
        "phpunit/phpunit": "^11.1"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "autoload-dev": {
        "psr-4": {
            "AlexSkrypnyk\\Customizer\\Tests\\": "vendor/alexskrypnyk/customizer/tests/phpunit",
            "AlexSkrypnyk\\TemplateProjectExample\\Tests\\": "tests"
        }
    },
    "config": {
        "allow-plugins": {
            "alexskrypnyk/customizer": true
        }
    }
}

and a README.md file with the following content:

Welcome to the alexskrypnyk/template-project-example example!

Some description on how to use the project.

answering the questions with

Name: acme/my-project
Description: My project
License: MIT

will result in the composer.json:

{
    "name": "acme/my-project",
    "description": "My project",
    "type": "project",
    "require": {
        "php": ">=8.2"
    },   
    "minimum-stability": "dev",
    "prefer-stable": true    
}

and the README.md file:

Welcome to the acme/my-project example!

Some description on how to use the project.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-05-26