Wayne Theisinger
Wayne Theisinger
I agree - so we fork the libraries and then remove all code that isn't being used. I've started this by using PHPstorm to identify dead code... I'll post back...
OK docker ps gives ``` PORTS NAMES 0.0.0.0:51757->80/tcp meanbee_varnish_1 443/tcp, 0.0.0.0:51756->80/tcp meanbee_web_1 0.0.0.0:51755->9000/tcp meanbee_fpm_1 0.0.0.0:51750->3306/tcp meanbee_db_1 ``` I think this is because in the sample docker-compose.yml the ports are given...
This would be very cool
If you think it would be useful perhaps we could collaborate?
interesting, the [Y] [n] point is obviously straightforward. Your first point assumes that you would running modman automodman from a Mage site. Presently a Modman checkout requires that a modman...
thinking about it, it could be run in two modes, 1. as a command inside a folder lacking a modman file that was contained within the basedir of the modman...
I'm thinking of creating a UML activity diagram to show my proposed flow, which I'll post that back here incase anyone wants to comment.
Here is the Activity Diagram for `modman automodman` 
Here is the Activity Diagram for `modman checkout modulename --automodman [--force]` 