0.0.0 • Published 12 months ago

repl-sdk v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

REPL SDK

A Runtime compiler for anything that you could want to build a lighting fast REPL with.

Features:

  • Uses es-module-shims
  • Built in support for JavaScript, Mermaid, React, Vue, Svelte, Ember, Markdown
    • On-Demand Runtime: only pay for what you compile for - the async APIs mean that your users only load what they need.
  • Supports nested languages (for markdown)
  • Add any additional compiler/renderer at any time -- the flexible API allows for new libraries/frameworks to be added easily

Usage