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