live-koa-server

Creates an app that has hooks which plugins can register for.

Usage no npm install needed!

<script type="module">
  import liveKoaServer from 'https://cdn.skypack.dev/live-koa-server';
</script>

README

live-app

Creates an app that has hooks which plugins can register for.

Install

Usage

Todo

How should we locate plugins?

  • Modules prefixed with live-.
  • Modules with live.js file (or Livefile).
  • Modules with {live: true} in package.json.

License