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

windot

v0.1.1

Published

Windots setup and private distribution CLI for Windows environment configuration.

Readme

🪟 Windots

A premium Windows configuration project encompassing tiling window management, system bars, and advanced enhancements.

🚀 Overview

Windots is a curated collection of configuration files for a highly productive and aesthetic Windows environment. It integrates several powerful tools to transform the Windows experience into something more reminiscent of a high-end tiling window manager setup.

⚡ Quick Start

Node CLI

Install Node.js LTS first:

winget install OpenJS.NodeJS.LTS

Install dependencies and run the CLI from this repo:

npm install
npm run doctor
npm run setup:dry-run

Local executable usage:

node .\bin\windots.js --help
node .\bin\windots.js doctor --json
node .\bin\windots.js setup --dry-run --json
node .\bin\windots.js setup

Published npm package usage:

npm install -g windot
windot --help
windot doctor
windot setup
windot auth --json
windot repo list --json
windot repo install windots --dry-run --json

The Node CLI is the distribution entrypoint. The package name is windot. The npm package ships CLI code only; private configs stay in the private Windots GitHub repo and are fetched through GitHub CLI authentication during windot setup.

Current limitation: font installation still uses the PowerShell installer fallback until Node setup parity is complete.

PowerShell Installer

The PowerShell installer remains in the private repo as a legacy fallback. New installs should use:

npm install -g windot
windot setup

Legacy direct script usage from a private repo checkout:

powershell -ExecutionPolicy Bypass -File .\install.ps1

Or use the dedicated TUI launcher:

powershell -ExecutionPolicy Bypass -File .\install_tui.ps1

The script will:

  1. Request Administrator privileges (needed for symlinks & font installation)
  2. Install/check Git and GitHub CLI
  3. Authenticate with GitHub CLI and clone/pull this private repo
  4. Prompt for optional app installs/updates (GlazeWM, YASB, whkd, Windhawk)
  5. Download & install JetBrains Mono Nerd Font, Inter, and Python/YASB dependencies
  6. Prompt before applying configs and backing up existing files

Idempotent: Safe to run multiple times. Existing configs are backed up to timestamped .bak-* paths before overwriting.

CLI Reference

windot --help
windot doctor
windot doctor --json
windot setup
windot setup --dry-run --json
windot auth --json
windot repo list --json
windot repo install windots --dry-run --json

Release and migration notes:

🛠️ Components

📐 GlazeWM

  • Type: Tiling Window Manager for Windows.
  • Config: config.yaml
  • Focus: Custom tiling rules, gaps, and workspace management.

🚥 YASB (Yet Another Status Bar)

  • Type: Highly customizable status bar.
  • Components: Includes volume widgets, system tray management, and dynamic styles.
  • Key Files: config.yaml, styles.css.

whkd

  • Type: Hotkey daemon for Windows.
  • Config: whkdrc
  • Focus: Global keybindings for GlazeWM and application launching.

🦅 Windhawk

  • Type: The professional's toolkit for Windows customization.
  • Content: Organized subfolders for each active mod and the userprofile.json.
  • Note: The installer stages exported mod settings in C:\ProgramData\Windhawk\WindotsModSettings; import them through Windhawk's Mod > Advanced settings UI.
  • Mods:
    • windows-11-taskbar-styler
    • explorer-details-better-file-sizes
    • chrome-wheel-scroll-tabs
    • windows-11-start-menu-styler
    • windows-11-notification-center-styler
    • windows-11-file-explorer-styler

📂 Project Structure

Windots/
├── bin/             # npm executable entrypoint
├── src/cli/         # Node CLI foundation
├── test/            # Node CLI tests
├── glazewm/        # GlazeWM configuration
├── yasb/           # YASB configuration and scripts
├── whkd/           # Hotkey configurations
├── windhawk/       # Windhawk mods and profile
└── install.ps1     # Automated setup script

🎨 Aesthetic Design

This setup utilizes a refined color palette (Catppuccin-inspired) with a focus on:

  • Glassmorphism: Subtle transparency and blur effects.
  • Typography: Modern, legible fonts (Inter/JetBrains Mono).
  • Efficiency: Minimalist UI with keyboard-centric controls.

Created with ❤️ by DAT