corepos/composer-installer
最新稳定版本:3.0.3
Composer 安装命令:
composer require corepos/composer-installer
包简介
A composer plugin to install CORE POS plugins
README 文档
README
A composer plugin to install CORE-POS plugins in correct directories.
Usage
To create a Lane plugin, use corepos-lane-plugin for the type in
your composer.json file. To create an Office plugin use
corepos-office-plugin for the type in your composer.json file.
Name Mangling
The installer rewrites package names to translate from composer naming conventions to CORE's. The author/vendor directory layer is omitted and hyphenated names are converted to camelCase.
Ex: gohanman/my-core-plugin will install into a directory named
MyCorePlugin.
There are two special cases: if a package's name starts with
lane-plugin or office-plugin those words are omitted.
So gohanman/lane-plugin-foo-bar will install into a directory
named FooBar.
统计信息
- 总下载量: 1.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-05-27