patternbuilder
v0.0.1
Published
not the file structure
Downloads
29
Readme
not the file structure
server node command spins up server at URL looks at (single?) specified folder for schema, templates, data schema/template/data connected via name convention component.twig - template component.json - schema component.docs.json - doc data component.test.json - test data paths include - component/view GET - component/test GET - component/render POST - component/renderPage POST
Assets YML file to set up necessary assets for view/test/render/renderPage of templates
/view grabs schema grabs doc/test data if available validates data against schema passes schema/data to twig template
