GavinJoyce / ember-headlessui

https://gavinjoyce.github.io/ember-headlessui/
Other
92 stars 34 forks source link

Convert to monorepo #152

Closed NullVoxPopuli closed 2 years ago

NullVoxPopuli commented 2 years ago

I'm splitting certain things out of the https://github.com/GavinJoyce/ember-headlessui/pull/144, because it's very big, and since we all are part-time maintainers of this library, I'm trying to make the individual parts more easily reviewable.

Some advantages of monorepo (as it relates to addon development)

This allows for more confidence in dependency changes.

For ease of reviewing, this is just the first step -- moving the addon directory into a sub folder -- docs and tests will be extracted in a separate PR