citizennet/fp-exec-plugin
Composer 安装命令:
composer require citizennet/fp-exec-plugin
包简介
beats me
关键字:
README 文档
README
# fpBuildPlugin
This is a simple way to wirte your own list of command to make deploy ro build.
Some examples are provided in doc folder.
## Installation
1.download:
pear package
php symfony plugin:install fpBuildPlugin
svn tag
svn checkout http://svn.symfony-project.com/plugins/fpBuildPlugin/tags/fpBuildPlugin-1.0.0
dev version:
svn checkout http://svn.symfony-project.com/plugins/fpBuildPlugin/trunk
2.enable it in ProjectConfiguration:
class ProjectConfiguration extends sfProjectConfiguration
{
public function setup()
{
$this->enablePlugins('fpBuildPlugin');
}
}
## Overview
You can look at the plugin tests to see what you can do with it.
统计信息
- 总下载量: 4.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-04-18