beberlei / composer-monorepo-plugin

Integrates Composer into monolithic repositories with many packages.
MIT License
305 stars 41 forks source link

Add support for package binaries #49

Open marcospassos opened 5 years ago

marcospassos commented 5 years ago

This plugin currently does not support specifying binaries:

{
    "bin": ["bin/my-script", "bin/my-other-script"]
}

@beberlei would you consider accepting a PR that add supports for such feature?

TomasVotruba commented 5 years ago

I think you could give https://github.com/symplify/monorepobuilder a try