1.1.0 • Published 4 years ago

gitlabtimespend v1.1.0

Weekly downloads
-
License
DWYW
Repository
gitlab
Last release
4 years ago

GitlabTimeSpend

A simple command line tool to book time to gitlab issues.

Project status:

Usage

Install the package

npm i -g gitlabtimespend

Get a gitlab token with api access.

You can find it at a url like this 'https://gitlab.com/-/profile/personal_access_tokens'.

Configure your token

$ spend token <your-token-here>

for example

$ spend token asduhfdf234kjhdf

Configure your gitlab domain

$ spend domain <your-gitlab.domain>

for example

$ spend domain gitlab.example.com

Book your time

Switch to a directory where you have checked out an feature-branch. The branch name should look like this "20-this-is-my-feature".

And book your time with

$ spend <gitlab-time-unit-string>

for example

$ spend 2h30m

see https://docs.gitlab.com/ee/user/project/time_tracking.html#view-a-time-tracking-report

1.1.0

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago