Skip to content

javanile-backup/vendor-producer

Repository files navigation

javanile/vendor-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/vendor-producer --dev

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>