Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.33 KB

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>