verdaccio-hello

A simple health check plugin for verdaccio

Usage no npm install needed!

<script type="module">
  import verdaccioHello from 'https://cdn.skypack.dev/verdaccio-hello';
</script>

README

verdaccio-hello

A simple health check plugin for verdaccio


Installation

npm install verdaccio-hello

Usage

middlewares:
  hello:
    path: /hello # optional, default value is /hello
    text: ok # optional, default value is ok

For example: http://localhost:4873/hello => ok