Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bruceman/verdaccio-hello

A simple health check middleware for Verdaccio
https://github.com/bruceman/verdaccio-hello

Last synced: 26 days ago
JSON representation

A simple health check middleware for Verdaccio

Awesome Lists containing this project

README

        

# verdaccio-hello

A simple health check plugin for verdaccio

---

## Installation

```
npm install verdaccio-hello
```

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

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