0.5.3 • Published 5 months ago

@plastichub/osrl v0.5.3

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
5 months ago

Content & Expression Engine based on Liquid (JS Implementation)

Installation

# local
npm install @plastichub/osrl

#global 
npm -g @plastichub/osrl

# CLI help
osrl compile --help

References

Usage

Please find examples in './examples

Todos

  • Filter/Tags
  • JS
    • Bind Datasources in local scope
    • Default bootstrap
      • Plastichub
      • - OSR
      • Default functions: unit conv, string manipulation
  • User Plugins
  • Refine Engine for scoping
  • RT Security
  • - Multi Env
    • support multi env in profiles
  • Settings / Profile
    • - should read local profil per consumed directory within include calls
  • - Instrumentation
    • add support for clinic.js | clinic.doctor
  • Platform / Services
    • Discourse - API (related, category feed, custom search, topic acc)
    • - Magento - API (related, components, configurations, options)
    • - Media Wiki
    • CSCart API
  • Documentation
    • Auto - JS Bootstrap docs
    • Generate documented tests
  • OSRL commons (plugins)
  • Partials cache
    • osr-cache
  • VFS & RQL
  • OSR-Search
  • new include tag 'emerge' based on the original 'include'
    • context/implicit: evaluate conditional statement as variable
    • implicit: forward output format (New: AST/partials), gives format agnostic results
    • explicit: cache expiration
    • track i/o access in context meta db
    • i/o: re-impl. old vfs/service API
  • fix fucking globals
    • run plugins in cached vm.Script contexts
  • output masking via profile json(-get) paths
  • support pandoc for input/output pre/post processing

References