factorial-io/phab-entity-scaffolder
Composer 安装命令:
composer require factorial-io/phab-entity-scaffolder
包简介
Plugins for the phabalicious scaffolder to scaffold drupal 8 configuration
README 文档
README
Port of entity-scaffolder for D8 using phabalicious for scaffolding files and configuration.
Installation
As long as this project is not available at packagist.org, add this repo to your composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "git@github.com:factorial-io/phab-entity-scaffolder.git"
}
]
}
Then require this project via composer as dev dependency:
composer require --dev factorial-io/phab-entity-scaffolder:dev-master
This should download the project and install it into vendor.
Configuration
Add this to your yml-file which controls the scaffolding:
questions: [] assets: [] plugins: - vendor/factorial-io/phab-entity-scaffolder/src/transformers scaffold: # transform yaml files using the ImageStyleTransformer. - transform(imagestyles, image_styles, config/sync)
Usage
Then you can scaffold the configuration via phabalicious:
phab scaffold <path-to-your-scaffold.yml>
Contribute
Contribution are more than welcome. Please fork the repo, add a test-case and an implementation and create a pull-request. Note that we are using github-flow as a merge-strategy.
统计信息
- 总下载量: 2.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-05-21