bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Add ability to use plugins #164

Open tjbenton opened 6 years ago

tjbenton commented 6 years ago

This issue started in #163

Here's the list of plugins that we could write to make the main fakeit lib smaller an easier to maintain.

Moving all these things out into separate packages will reduce the dependency bloat that currently exists. At a minimum we can remove 17 packages from the base libraries dependencies and they can be installed separately when they're needed for each plugin.