68publishers/package-installer
最新稳定版本:v0.1.1
Composer 安装命令:
composer require 68publishers/package-installer
包简介
Configurable repository downloader & installer for Nette Framework
README 文档
README
Configurable repository downloader & installer for Nette Framework
Installation
The best way to install 68publishers/package-installer is using Composer:
composer require 68publishers/package-installer
then you can register extension into DIC:
extensions: package_installer: SixtyEightPublishers\PackageInstaller\DI\PackageInstallerExtension
Configuration
package_installer: paths: cwd: %appDir%/../ # default repository: temp/packages/ # default, relatively from cwd dist: www/packages/ # default, relatively from cwd packages: my_awesome_theme: url: https://github.com/user/package installers: - SixtyEightPublishers\PackageInstaller\Installer\ClearRepository - SixtyEightPublishers\PackageInstaller\Installer\GitClone - SixtyEightPublishers\PackageInstaller\Installer\ComposerInstall - SixtyEightPublishers\PackageInstaller\Installer\SetPermissions my_foo_package: url: https://github.com/foo/bar branch: dev # download specific branch installers: - SixtyEightPublishers\PackageInstaller\Installer\ClearRepository - SixtyEightPublishers\PackageInstaller\Installer\GitClone - SixtyEightPublishers\PackageInstaller\Installer\SetPermissions
Contributing
Before committing any changes, don't forget to run
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
and
vendor/bin/tester ./tests
统计信息
- 总下载量: 4.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-10