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

Feature/model #184

Open tjbenton opened 6 years ago

tjbenton commented 6 years ago

merge the gulp pr first because this branch pulled in that branch.

For the Base, FakeitObject, and FakeitArray classes I'm planning on adding a run or something along those lines to each so that when the document generation happens it will know how to run each one of the types easily without having to have a huge file that loops over it. Each type will control how it gets rendered.