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
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
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-21