1.0.1 • Published 2 years ago

@inter-neto/core v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
2 years ago

core

firebase - firebase backend folder.
local - local backend, taking files from filesystem
common - this is a mess.

  • renderer aggregates records, and summerizes them to a format matching what goatee expects

template

  • renderer renders templates, kind of a main entry point
  • parser parses templates to extract field hirarchy from them
/common
  records-render.js
  template-common.js
  goatee.js
  /model
    record.js
    section.js
/firebase
  database.js
  partials.js
  records.js
  storage.js
/local
  partials.js
  records.js
/template
  parser.js
  renderer.js
/test
  test.js