osr-mono/packages/osrl
2025-02-22 14:03:40 +01:00
..
.vscode legacy copy 2025-01-29 17:48:22 +01:00
commands legacy copy 2025-01-29 17:48:22 +01:00
conf latest : init 2025-01-29 19:48:23 +01:00
content/de legacy copy 2025-01-29 17:48:22 +01:00
dist/main legacy copy 2025-01-29 17:48:22 +01:00
documentation legacy copy 2025-01-29 17:48:22 +01:00
examples legacy copy 2025-01-29 17:48:22 +01:00
filters legacy copy 2025-01-29 17:48:22 +01:00
fs legacy copy 2025-01-29 17:48:22 +01:00
lib latest : init 2025-01-29 19:48:23 +01:00
liquid legacy copy 2025-01-29 17:48:22 +01:00
liquidjs legacy copy 2025-01-29 17:48:22 +01:00
plugins legacy copy 2025-01-29 17:48:22 +01:00
src legacy copy 2025-01-29 17:48:22 +01:00
tests legacy copy 2025-01-29 17:48:22 +01:00
vm legacy copy 2025-01-29 17:48:22 +01:00
widgets legacy copy 2025-01-29 17:48:22 +01:00
_cli.d.ts legacy copy 2025-01-29 17:48:22 +01:00
_cli.js legacy copy 2025-01-29 17:48:22 +01:00
.editorconfig legacy copy 2025-01-29 17:48:22 +01:00
.gitignore legacy copy 2025-01-29 17:48:22 +01:00
.npmignore legacy copy 2025-01-29 17:48:22 +01:00
.travis.yml legacy copy 2025-01-29 17:48:22 +01:00
body.md legacy copy 2025-01-29 17:48:22 +01:00
config.js refactor | latest 2025-01-31 14:45:54 +01:00
constants.d.ts legacy copy 2025-01-29 17:48:22 +01:00
constants.js legacy copy 2025-01-29 17:48:22 +01:00
debug.d.ts legacy copy 2025-01-29 17:48:22 +01:00
debug.js legacy copy 2025-01-29 17:48:22 +01:00
Engine.d.ts legacy copy 2025-01-29 17:48:22 +01:00
Engine.js legacy copy 2025-01-29 17:48:22 +01:00
index.d.ts legacy copy 2025-01-29 17:48:22 +01:00
index.js legacy copy 2025-01-29 17:48:22 +01:00
lib.js legacy copy 2025-01-29 17:48:22 +01:00
library.d.ts legacy copy 2025-01-29 17:48:22 +01:00
library.js legacy copy 2025-01-29 17:48:22 +01:00
LICENSE legacy copy 2025-01-29 17:48:22 +01:00
main.d.ts legacy copy 2025-01-29 17:48:22 +01:00
main.js latest 2025-02-12 23:28:49 +01:00
options.d.ts legacy copy 2025-01-29 17:48:22 +01:00
options.js legacy copy 2025-01-29 17:48:22 +01:00
package-lock.json latest 2025-02-22 14:03:40 +01:00
package.json maintainence love 2025-02-11 13:25:14 +01:00
products.json legacy copy 2025-01-29 17:48:22 +01:00
README.md legacy copy 2025-01-29 17:48:22 +01:00
test.in.md legacy copy 2025-01-29 17:48:22 +01:00
tsconfig.json legacy copy 2025-01-29 17:48:22 +01:00
tslint.json legacy copy 2025-01-29 17:48:22 +01:00
types.d.ts legacy copy 2025-01-29 17:48:22 +01:00
types.js legacy copy 2025-01-29 17:48:22 +01:00
typings.json legacy copy 2025-01-29 17:48:22 +01:00
zod_schema.d.ts maintainence love 2025-02-11 13:25:14 +01:00
zod_schema.js legacy copy 2025-01-29 17:48:22 +01:00
zod_types.d.ts legacy copy 2025-01-29 17:48:22 +01:00
zod_types.js legacy copy 2025-01-29 17:48:22 +01:00

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
    • Datasources
      • Google Sheet
      • Local Sheet
      • CSV
      • selectors
    • Iterators (scopes)
    • Enums
    • CSS Parser
  • Files / Refs / Variables
  • PDF tables, see site:tabula
  • 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
    • Watcher
  • 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 (=>osr-tasks)
    • track i/o access in context meta db
    • i/o: re-impl. old vfs/service API
  • [-] output masking via profile json(-get) paths
  • [-] support pandoc for input/output pre/post processing
  • OSR-i18n
    • tags
    • typings
      • partials => store
  • OSR-AI
    • prompt tags
  • Doxygen
  • Binaries
  • Pipes
  • Watcher
    • watch glob
  • Targets
  • Logging
  • Typescript

References