Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 298 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 298 Bytes

cronzimus

A k8 service runner and ad-hoc task manager

Installation

$ git clone https://github.com/sachin-duhan/cronzimus.git
$ cd cronzimus

$ python3.10 -m venv .venv
$ source .venv/bin/activate

$ make install

Running

$ make run

Help

$ make help