nativeformat / NFPlayerJS

A JavaScript/TypeScript audio engine for the Web and Server capable of multitrack time stretching, pitch shifting, declarative effects, faster than realtime processing, and more!
https://nativeformat.github.io/NFPlayerJS
Apache License 2.0
128 stars 9 forks source link

Monorepo split #11

Open kirbysayshi opened 5 years ago

kirbysayshi commented 5 years ago

There are a few existing components that make sense as standalone packages:

It could also just greatly complicate infrastructure for little gain. Probable approach https://medium.com/@jsilvax/a-workflow-guide-for-lerna-with-yarn-workspaces-60f97481149d

hydrosquall commented 5 years ago

The one open source monorepo in the wild that I've seen seemingly happily using Lerna for a while is nteract (https://github.com/nteract/nteract), in case you end up wanting another outside example.