library bower-phpci-plugin
PHPCI plugin for Bower integration
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
Bower plugin for PHPCI
A plugin for PHPCI to download and install Bower packages required by your application., (*1)
Install the Plugin
- Navigate to your PHPCI root directory and run
composer require rna-code/bower-phpci-plugin
- If you are using the PHPCI daemon, restart it
- Update your
phpci.yml
in the project you want to deploy with
Prerequisites
-
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
dev-master
9999999-dev
PHPCI plugin for Bower integration
Sources
Download
MIT
The Requires
The Development Requires
by
Nikolay Romaniuk
plugin
bower
phpci
1.0.3
1.0.3.0
PHPCI plugin for Bower integration
Sources
Download
MIT
The Requires
The Development Requires
by
Nikolay Romaniuk
plugin
bower
phpci
1.0.2
1.0.2.0
PHPCI plugin for Bower integration
Sources
Download
MIT
The Requires
The Development Requires
by
Nikolay Romaniuk
plugin
bower
phpci
1.0.1
1.0.1.0
PHPCI plugin for Bower integration
Sources
Download
MIT
The Requires
The Development Requires
by
Nikolay Romaniuk
plugin
bower
phpci
1.0.0
1.0.0.0
PHPCI plugin for Bower integration
Sources
Download
MIT
The Requires
The Development Requires
by
Nikolay Romaniuk
plugin
bower
phpci