proceger

2.0.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i proceger

Weekly Downloads

18

Version

2.0.7

License

MIT

Unpacked Size

28.2 kB

Total Files

24

Last publish

Collaborators

  • sarosia