2.0.7 • Published 2 years ago

proceger v2.0.7

Weekly downloads
82
License
MIT
Repository
github
Last release
2 years ago

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

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.4

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago