javanile/producer

Produce your vendor code everywhere


Keywords
command-line-tool, developer-tools, development-tools, git, php, phpunit, vendor
License
MIT

Documentation

javanile/producer

Build Status StyleCI Code Climate Test Coverage SensioLabsInsight

Produce your vendor code everywhere

Install Producer

Install via composer copy and paste the follow commands into console

$ composer require javanile/producer --dev && ./vendor/bin/producer install

Working with Producer

Producer provide to different macro/task ready for development process

Init repository

You can init a repository and mount it as vendor code

$ php producer init <repository-url>

Clone repository

You can clone a repository and mount it as vendor code, but you continue to develop it without switch between diffent projects

$ php producer clone <repository-url>