citizennet/fp-exec-plugin

beats me

Maintainers

Package info

github.com/citizennet/fp-exec-plugin

Type:symfony1-plugin

pkg:composer/citizennet/fp-exec-plugin

Statistics

Installs: 4 144

Dependents: 0

Suggesters: 0

Stars: 0

v1.1.4 2018-08-13 21:50 UTC

This package is not auto-updated.

Last update: 2026-03-10 10:16:10 UTC


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.