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

jtz-time-tracker-utils

v1.4.0

Published

Various time tracker utilities, WIP

Downloads

5

Readme

jtz-time-tracker-utils NPM Badge

Assorted utilities / CLI for dealing with time trackers. Not sure how much I'm going to be building here; just needed a place to put some assorted personal tools for now.

🚨 Warning: Experimental / built for personal use

CLI

CLI - Setup

CLI - Installation

This package is available via the NPM registry, under the name jtz-time-tracker-utils.

You can install it with the NPM or Yarn commands you are used to, but some examples:

# Install globally
npm install -g jtz-time-tracker-utils
jttu --help

CLI - Configuration and Authentication

For configuring authentication (and possibly other config settings in the future), you will need a JSON file. By default, the CLI will look for one in your home directory, named .jtz-time-tracker-utils.config.json.

Current possible config values:

Key | Expected Value Type | Description --- | --- | --- HARVEST_PAT_ACCOUNT_ID | string \| number | The Account ID associated with a harvest PAT (see section below). HARVEST_PAT_TOKEN | string | The actual Token value associated with a harvest PAT (see section below). TOGGL_API_TOKEN | string | A Toggl API token (see section below).

CLI - Commands

All commands are prefixed with the global registered entrypoint for the application:

  • Prod:
    • npx jtz-time-tracker-utils {COMMAND}
    • jttu {COMMAND} (after installing globally with npm -g jtz-time-tracker-utils)
  • Locally (dev)
    • npx tsx ./cli.ts {COMMAND}

Platform | Command | Description --- | --- | --- harvest toggl ✅ | resume | Resume the previously running time entry, with the start time set to right now. harvest toggl ✅ | stop | Stop the currently running time entry. harvest toggl ✅ | status | Display timer status / info. harvest toggl ❌ | rollup | Generates a "roll-up" report, by user, client, project, and task.

For any given command, you can use --help to see information about the available arguments.

Application Specifics

Harvest Authentication

Harvest authentication is done with a Personal Access Token (PAT). Head over to the Harvest Developers page to configure new (or view existing) PATs for your specific account.

Toggl Authentication

You can find your personal toggl API token under your profile settings. Scroll to the bottom of the page, look for the API Token section, and click the Click to reveal button to show the token you can copy and paste.

Changelog / Releases

Date | Release | Notes --- | --- | --- 10/6/2024 | v1.4.0 | Add toggl support! 🎉 3/5/2024 | v1.3.0 | Split up CLI vs non-CLI export, add new Harvest commands 1/2/2024 | v1.2.0 | Start exporting types, open up interfaces, build script fixups. 9/17/2023 | v1.1.1 | Add status command for Harvest 4/30/2023 | v1.0.1 | Initial release 🚀! Just Harvest supported at this time.

Development

This project uses task (aka go-task) for developer task management and execution. The Taskfile.yml file serves as a way to organize these commands, as well as a form of documentation and easy entrypoint into getting started with the project.

You can use task --list-all to see all available task commands.

About Me

More About Me (Joshua Tzucker):

  • 🔗joshuatz.com
  • 💾github.com/joshuatz