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

Allowed key to be a build function #70

Closed bentonam closed 8 years ago

bentonam commented 8 years ago

Resolves #67

The key can be a reference

key: _id

The key can also be an object with a build function

key:
  build: “return this._id;”