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

since-last-boot

v1.0.0

Published

PowerShell-based toolset for reporting environment changes since last boot.

Readme

SinceLastBoot

Static Badge License: MIT Static Badge Target

Windows Logo

SinceLastBoot is a PowerShell toolset designed for headless Windows installations. It generates detailed HTML reports on system and file changes for every SSH login and provides a summary directly in the terminal.


🚀 Features

System Reports

  • CPU, Memory, and Storage usage
  • System updates and last boot time
  • Network statistics and recently edited files
  • Security logs, login attempts, and user information

HTML Reports

  • Saved for easy review and sharing.

Alias: SinceLastBoot

  • Runs $env:USERPROFILE\report.ps1 and $env:USERPROFILE\reportexport.ps1 in a single command.

💡 Installation

Run the start.ps1 script:

PS C:\> ./start.ps1

Installation files are removed automatically after setup.


💻 Usage

Run the SinceLastBoot alias:

PS C:\> SinceLastBoot

📋 Example Output

Terminal Summary:

Username: jdoe
Hostname: WIN-12345
CPU: Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz
Memory: 8 GB / 16 GB
Storage: 200 GB / 512 GB
GPU: NVIDIA GeForce RTX 2070

OS: Microsoft Windows 11 Pro
Windows Version: 22H2
Last Update: 2024-12-10
Last Security Update: 2024-12-01
Last User Logged In: jdoe

Recent Files Edited:
2024-12-23 14:45:00 - C:\Users\jdoe\Documents\report.docx
2024-12-23 14:30:00 - C:\Users\jdoe\Desktop\notes.txt
2024-12-22 18:20:00 - C:\Users\jdoe\Downloads\setup.exe
2024-12-22 10:05:00 - C:\Users\jdoe\Projects\code.ps1
2024-12-21 22:15:00 - C:\Users\jdoe\Pictures\image.png

HTML Report:

The HTML report includes:

  • A detailed breakdown of system metrics
  • Recent file changes:
    • report.docx last edited on 2024-12-23
    • notes.txt last edited on 2024-12-23
    • setup.exe last edited on 2024-12-22
    • code.ps1 last edited on 2024-12-22
    • image.png last edited on 2024-12-21
  • Login and security logs
  • Network activity

The report is saved to the Desktop as System_Report_<timestamp>.html.


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.