2017 © Pedro Peláez
 

library box

boxproject.org plugin for Task

image

task/box

boxproject.org plugin for Task

  • Sunday, May 4, 2014
  • by mbfisher
  • Repository
  • 2 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

task/box

Build Status Coverage Status, (*1)

Example

use Task\Plugin\BoxPlugin;

$project->inject(function ($container) {
    $container['box'] = new BoxPlugin;
});

$project->addTask('box', ['box', function ($box) {
    $box->command('build')->pipe($this->getOutput());
});

Installation

Add to composer.json:, (*2)

...
"require-dev": {
    "task/box": "~0.1"
}
...

BOX_PATH

Box requires the BOX_PATH constant to be defined to work. It should contain a path to root of the box library; The plugin sets it to ./vendor/kherge/box by default. If you have the library somewhere else, pass the path to the plugin constructor:, (*3)

$project->inject(function ($container) {
    $container['box'] = new BoxPlugin('path/to/box');
});

The Versions

04/05 2014

dev-master

9999999-dev

boxproject.org plugin for Task

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mike Fisher

23/04 2014

v0.2.0

0.2.0.0

boxproject.org plugin for Task

  Sources   Download

MIT

The Requires

 

by Mike Fisher

23/04 2014

v0.1.0

0.1.0.0

boxproject.org plugin for Task

  Sources   Download

MIT

The Requires

 

by Mike Fisher