npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gopivotaltracker

v0.0.3

Published

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

Downloads

6

Readme

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