You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the installable plugins (#3), fabric must have built-in plugins to allow generation of simple content without the need to download extra components.
data.json plugin should be a part of the fabric binary.
Specification
the plugin has no configuration options
API interface:
required glob string attribute, that with a path glob against local FS
Behavior
Using the provided glob value, the plugin reads all matching files and returns a list of items, where each item is a content of the matching file (json-deserialized). If there are no files matching the provided glob, return an empty list.
Deliverables
new built-in data.json plugin
unit test for the plugin
The text was updated successfully, but these errors were encountered:
Background
In addition to the installable plugins (#3),
fabric
must have built-in plugins to allow generation of simple content without the need to download extra components.Related: #15, #18
Design
data.json
plugin should be a part of thefabric
binary.Specification
glob
string attribute, that with a path glob against local FSBehavior
Using the provided
glob
value, the plugin reads all matching files and returns a list of items, where each item is a content of the matching file (json-deserialized). If there are no files matching the provided glob, return an empty list.Deliverables
data.json
pluginThe text was updated successfully, but these errors were encountered: