broccolijs/broccoli

[maintenance] mono-repo

gabrielcsapo opened this issue · 0 comments

Background

There are core pieces of broccoli that would be great to ensure that they work together such as broccoli-plugin, broccoli, broccoli-source, broccoli-persistent-filter and broccoli-node-info. There are could be others that like fs-updater that would be good to migrate to the mono-repo for easier for maintenance.

Motivation

https://github.com/heimdalljs/heimdalljs-lib is currently undergoing the same re-architecture for easier maintainability.

Plan

  • Migrate the existing plugins into a mono-repo (broccoli-plugin, broccoli, broccoli-source, broccoli-persistent-filter and broccoli-node-info)
  • Migrate the website into this repo as well (it would be great to be able to generate docs off of the core modules so that we can provide better apidocs and as well as ensure that we are versioning our docs with the core modules.