elefant/theme-installer
Composer 安装命令:
composer require elefant/theme-installer
包简介
Theme installer for Elefant CMS
README 文档
README
This custom Composer installer will install themes
into an Elefant CMS site's layouts/ folder through Composer. It will trigger
when a Composer package uses the elefant-theme custom package type.
Usage
In order for a theme to install using this installer, it needs a composer.json
file with the following:
{
"name": "elefant/theme-$NAME$",
"type": "elefant-theme",
"license": "MIT",
"repositories": [
{"type": "git", "url": "http://github.com/jbroadway/theme_installer"}
],
"require": {
"elefant/theme-installer": "*"
}
}
The type element will instruct Composer to use this custom installer.
统计信息
- 总下载量: 152
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-05-10