Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/max-mapper/mon-prebuilt

Install mon prebuilt binaries using npm
https://github.com/max-mapper/mon-prebuilt

Last synced: about 2 months ago
JSON representation

Install mon prebuilt binaries using npm

Awesome Lists containing this project

README

        

# mon-prebuilt

Install [mon](https://github.com/tj/mon) prebuilt binaries for Linux/Mac using npm.

mon is a simple single-process process monitoring program written in C.

## Installation

Download and install the `mon` binary globally to symlink it into your PATH:

```
npm install -g mon-prebuilt
```

If that command fails with an `EACCESS` error you may have to run it again with `sudo`:

```
sudo npm install -g mon-prebuilt
```

Now you can just run `mon` to run mon:

```
mon
```