proceger

A process manager with web interface.

Usage no npm install needed!

<script type="module">
  import proceger from 'https://cdn.skypack.dev/proceger';
</script>

README

Proceger

Build Status NPM Version NPM Downloads

A process manager with web interface.

Install

$ npm install -g proceger

Proceger depends on Node.js and npm.

Usage

You need to first create a .procegerrc in the user home directory with the following content.

{
  "workspace": "/path/to/your/workspace",
  "tasks": [
    {
      "name": "google-calendar-syncer",
      "git": {
        "url": "git@github.com:sarosia/google-calendar-syncer.git"
      }
    }
  ]
}

Start the application by running the following command.

$ proceger

You can access the proceger webapp by browsing http://localhost:8080.

License

MIT