2.0.7 • Published 1 year ago

proceger v2.0.7

Weekly downloads
82
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.0.6

1 year ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago