Package: alinex-worktime

Build Status Dependency Status

This tool will help to log work-times for different tasks.

Install

Install the package globally using npm:

sudo npm install -g alinex-worktime --production

After global installation you may directly call worktime from anywhere.

worktime --help

NPM

Usage

Usage: `worktime [task] [comment]`
       `worktime -r <report-name> -d <date>`

Options:
  -r, --report  show summary report in given format
  -d, --date    select date for list or report using yyyy, yyyy-mm or yyyy-mm-dd

  -h, --help    Show help

Examples:

# to log the start on working on ticket 1212
worktime t-1212
# to end working on the previous task
worktime
# to get a summary report for the given date
worktime -r summary -d 2015-03

License

Copyright 2015 Alexander Schilling

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.