Skip to content

pkrasnicki/clockin

Repository files navigation

About

A CLI program that helps to track working time and synchronizes it with Jira.

Configuration

Create a config.yaml file within the $HOME/.clockin directory.

jira:
    url: # jira cloud url
    user: # jira user
    token: # jira api token
    extractor:
        - # regex to find issue id in the time log's description

Prerequisites

PHP 8.3^

To build a phar you need a box tool and a GNU Make.

Build

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published