Open kalkin opened 3 years ago
I have a multi language repo which looks like this:
- /foo - monorepo.json - /php - composer.json - lib1 - monorepo.json - app1 - monorepo.json - app2 - monorepo.json - symlink-foo
I'm currently migrating project /foo to PHP, but it's placement in tree may not be changed, so I need to symlink it to the PHP directory. The composer-monorepo-plugin root needs to be /php.
/foo
composer-monorepo-plugin
/php
I have a multi language repo which looks like this:
I'm currently migrating project
/foo
to PHP, but it's placement in tree may not be changed, so I need to symlink it to the PHP directory. Thecomposer-monorepo-plugin
root needs to be/php
.