Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bruceman/verdaccio-hello
- Owner: bruceman
- Created: 2020-05-11T10:34:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T11:28:48.000Z (over 4 years ago)
- Last Synced: 2024-11-18T22:02:03.576Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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