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 🙏

© 2025 – Pkg Stats / Ryan Hefner

breaklimit

v0.0.28

Published

The CLI that sets a new timer for breaklimit

Downloads

592

Readme

breaklimit

The CLI to interact with https://breaklimit.vercel.app/.

Enjoy the Break Limit theme song while you get started.


Get Started

$ npm install -g breaklimit

Then choose the first option to sign up:

$ breaklimit

Read all the text carefully and follow the instructions.


Post Sign-Up Menu

You can run the CLI again without any flags to get additional options:

$ breaklimit

This will give you the following options:

❯ 1. Get Remaining Time
  2. Stop Timer
  3. Reset Token
  4. Set Token
  5. Delete User
  6. Update Preferences
  7. Exit
  1. Get Remaining Time: Will appear if a timer is active. Since CTRL+C will cancel the CLI but not the timer on the website, this way you can get the progress bar back to visualize the remaining time.

  2. Stop Timer: Will appear if a timer is active. It will reset the timer.

  3. Reset Token: Will reset the token and send a new token to your email. Use this if you've lost your token.

  4. Set Token: Will allow you to set an existing token. Use this if you want to use the CLI on a different device with the same user.

  5. Delete User: Will delete your user and all associated data.

  6. Update Preferences: Will allow you to update your preferences which will remember your preferences when you start a timer.


Start a timer

Example commands:

$ breaklimit --time 11:55 
$ breaklimit --minutes 0.5 --open
$ breaklimit --seconds 1500 --theme classic
$ breaklimit --minutes 15 --seconds 30

You can always run the following to get an overview of the flags:

$ breaklimit --help

Overview of commands:

| Command | Description | |---------------------|-------------------------------------------------------------------------------------------------| | --open | Opens the timer website in your chosen browser. | | --time <type> | Provide the time until the break ends in the format HH:MM or H:MM. | | --minutes <number>| Provide the length of the break in minutes. | | --seconds <number>| Provide the length of the break in seconds. | | --get-timer | Gets the timer if active and displays it in the terminal. | | --stop-timer | Resets the timer if active. | | --theme <type> | Change the theme of the stopwatch just once. Otherwise, consider changing your preferences. | | --themes | Get a list of available themes. |


Tips for Website Usage

The classic theme contains a QR code for your custom endpoint. It can be clicked to expand it for easy scanning.


Issues and Feature Requests

Feel free to open an issue on the GitHub repository.