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 🙏

© 2026 – Pkg Stats / Ryan Hefner

chronoxjs

v1.0.3

Published

Time tracking CLI for developers

Readme

Chronox

Chronox is a productivity CLI tool for developers. It allows you to track time spent on projects, calculate hourly costs, generate visual console reports, and export data to .xlsx. Everything is stored locally — no internet connection required.

🚀 Available Commands

|Command|Description| |-------|-----------| |chronox init |Initializes the local database (~/.chronox/)| |chronox add <name> <alias> |Adds a new project with a short alias| |chronox close <alias> |Marks a project as completed| |chronox list |Displays all registered projects| |chronox start <alias> |Starts a work session for a project| |chronox stop <alias> |Stops the active session for a project| |chronox sessions |Lists active and historical sessions| |chronox set-rate <alias> <rate> |Sets the hourly rate for a specific project| |chronox report [alias] |Shows reports by project or all projects| |chronox export [alias] |Exports sessions and projects to a .xlsx file|

📊 Features

  • Manage multiple projects using short aliases
  • Automatically records session durations
  • Per-project hourly rate configuration
  • Clean console reports using cli-table3
  • Excel export with separate sheets using exceljs
  • Local storage via SQLite (no online sync)
  • Styled CLI messages using chalk

📁 Export Structure

Reports are saved to:

~/.chronox/exports/

Each .xlsx file contains two sheets:

  • Projects – list of all tracked projects
  • Sessions – all recorded work sessions

For clarification “~” would be your computer's home address

🛠 Dependencies

  • better-sqlite3
  • cli-table3
  • exceljs
  • chalk
  • dayjs

📌 Notes

  • Sessions must be stopped manually via chronox stop.
  • You cannot start a new session if one is already active for the same project.
  • Aliases must be unique.

📤 Release

This CLI is part of a personal developer toolkit and productivity workflow.

Feel free to clone, adapt, or improve it for your own use.

Built by Carlos Rimachi Silva – 2025.