Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
892 stars 48 forks source link

Can Rush project structure and configuration file be supported? #127

Closed a20185 closed 1 year ago

a20185 commented 2 years ago

As is written in get-packages,only yarn workspace & pnpm workspace configuration file is supported. Would rush.json in Rush projects (monorepo) will be supported?

elliot-nelson commented 1 year ago

Fixed by https://github.com/Thinkmill/manypkg/pull/151, and released in latest version of manypkg!

I believe this issue can be closed (cc: @Andarist)

As an example, you can now do the following in a Rush monorepo:

# Print all package files in the Rush monorepo
npx @manypkg/cli exec cat package.json