camunda-toggl

Easily create time entries for camunda work on Toggl


Keywords
toggl, nodejs
License
ISC
Install
npm install camunda-toggl@1.4.0

Documentation

camunda-toggl

Easily create time entries for camunda work on toggl. It works as a cli command.

Travis Status Version

Install

$ npm i -g camunda-toggl

Usage

Export your personal toggl API token

$ export TOGGL_API_TOKEN=foo

Execute cli tool

$ camunda-toggl -d 'did some stuff' -s '08:00AM' -e '04:00PM'

Help

$ camunda-toggl -h

Releasing

We use np for releasing new versions

$ npm i -g np
$ np