@lucasbento/minidash

1.0.0 • Public • Published

minidash

Small terminal-based dashboard to monitor your server.

About

minidash is a small dashboard that runs in your command-line, it has a health check script that pings the server a couple times per minute and logs each request that are later displayed in a few charts.

Running

You can run it with the following command:

npx @lucasbento/minidash --server https://google.com/ [options]

To see a list of the available options:

npx @lucasbento/minidash --help

Installation

minidash uses yarn as package manager, simply run the following to install the dependencies:

yarn install

Testing

The tests are written using Jest, you can run them with:

yarn test

Readme

Keywords

none

Package Sidebar

Install

npm i @lucasbento/minidash

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

29.1 kB

Total Files

31

Last publish

Collaborators

  • lucasbento