承接 dotkernel/dot-maker 相关项目开发

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

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

dotkernel/dot-maker

最新稳定版本:2.0.0

Composer 安装命令:

composer require dotkernel/dot-maker

包简介

Dotkernel library for programmatically generating structured code files

README 文档

README

Programmatically generate Dotkernel project files and directories.

Documentation

Documentation is available at: https://docs.dotkernel.org/dot-maker/.

Badges

OSS Lifecycle PHP from Packagist (specify version)

GitHub issues GitHub forks GitHub stars GitHub license

Build Static codecov PHPStan

Installation

Run the following command in your terminal:

composer require --dev dotkernel/dot-maker

Setup

Once installed, dot-maker is ready for usage, no need for extra configurations.

(Optional) Add dot-maker to composer.json

Open your project's composer.json and locate the scripts section. If it does not exist, create it at the document's root level.

Register a new script by appending "alias": "dot-maker" to the scripts section, where alias can be any string you want; like, for example, make.

{
    "scripts": {
        "make": "dot-maker"
    }
}

Usage

Invoke dot-maker by executing:

  • the bin file in your vendor directory ./vendor/bin/dot-maker
  • the (optional) Composer script created during Setup: composer make

Follow the instructions on the screen to create a specific Dotkernel project component.

统计信息

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

GitHub 信息

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

其他信息

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