2017 © Pedro Peláez
 

library bower-phpci-plugin

PHPCI plugin for Bower integration

image

rna-code/bower-phpci-plugin

PHPCI plugin for Bower integration

  • Sunday, March 13, 2016
  • by RNACode
  • Repository
  • 1 Watchers
  • 2 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Bower plugin for PHPCI

A plugin for PHPCI to download and install Bower packages required by your application., (*1)

Install the Plugin

  1. Navigate to your PHPCI root directory and run composer require rna-code/bower-phpci-plugin
  2. If you are using the PHPCI daemon, restart it
  3. Update your phpci.yml in the project you want to deploy with

Prerequisites

  1. Bower needs to be installed.

Plugin Options

  • command [string, require] - Command name. See API
  • directory [string, optional] - Relative path to run bower in.
  • flags [list, optional] - Command flags

PHPCI Config

    RNACode\PHPCI\Bower:
        command: install

example:, (*2)

setup:
    ...
    RNACode\PHPCI\Bower:
        command: install
        flags:
            - "--allow-root"
            - "--save"
    ...

Output:, (*3)

bower install --allow-root --save

The Versions

13/03 2016

dev-master

9999999-dev

PHPCI plugin for Bower integration

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Nikolay Romaniuk

plugin bower phpci

13/03 2016

1.0.3

1.0.3.0

PHPCI plugin for Bower integration

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Nikolay Romaniuk

plugin bower phpci

23/02 2016

1.0.2

1.0.2.0

PHPCI plugin for Bower integration

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Nikolay Romaniuk

plugin bower phpci

23/02 2016

1.0.1

1.0.1.0

PHPCI plugin for Bower integration

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Nikolay Romaniuk

plugin bower phpci

23/02 2016

1.0.0

1.0.0.0

PHPCI plugin for Bower integration

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Nikolay Romaniuk

plugin bower phpci