Giter Site home page Giter Site logo

chialunwu / gopivotaltracker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 167 KB

A lightweight command line tool to help Pivotal Tracker users to have legit status of stories.

Home Page: https://www.npmjs.com/package/gopivotaltracker

License: MIT License

JavaScript 100.00%
pivotal-tracker javascript nodejs script

gopivotaltracker's Introduction

GoPivotalTracker

A lightweight command line tool to help Pivotal Tracker users to have legit status of stories by notifying users using native desktop notification if the following rules are violated.

  1. Should have started stories during working hours
  2. Should have only 1 started stories at the same time

Also, GoPivotalTracker provides the functionality of auto unstarting all started stories at the end of working hours.

Installation

npm install -g gopivotaltracker

Usage

The options - token and project are mandatory when running for the first time. Future runnings will read the settings from ~/.gopivotaltracker.settings if the options are not provided.

[node] gopivotaltracker [options]
Options:
    -V, --version             output the version number
    -t, --token <string>      Set API token (required at first time)
    -p, --project <string>    Set project name (required at first time)
    -f, --frequency <string>  Set tracking freqeuncy in minuites (default=10)
    -h, --hours <string>      Set tracking hours (default=10-13,14-19')
    -w, --weekdays <string>   Set tracking weekdays (default=1-5)')
    -z, --timezone <string>   Set timezone (default=your local timezone)')
    --autounstart             Auto unstart all stories at the end of tracking time everyday
    -h, --help                output usage information

Example

gopivotaltracker -t "Your API token" -p "Project name" -f 15 -h 10-13,14-19 -w 1-5 -z "Asia/Taipei" --autounstart

This will check the stories status every 15 minuites during 10:00-13:00 and 14:00-19:00 from Monday to Friday (NOTE: Sunday is 0) in the timezone Asia/Taipei, and will auto unstart all started stories at 19:00.

License

MIT

gopivotaltracker's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.