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

zephyr-forge

v1.1.1

Published

Official installation server and script forge for the Zephyr development environment.

Readme

 About     Getting Started     Zephyr     Troubleshoot     Contribution 

About 🚀

Zephyr Forge is a powerful utility designed to streamline the setup process for Zephyr development environments. It automates the entire configuration process, handling everything from dependency checks to Docker container management, allowing contributors to focus on development rather than environment setup.

[!IMPORTANT] Bun is required to be installed on your system, due to internal dependencies. Running npx zephyr-forge@latest setup can cause issues if Bun is not installed. So please make sure to install bun before running the setup command.

Getting Started 🌱

Using NPM
# Create a new Zephyr project
bunx zephyr-forge@latest init
# or use github packages
bunx @parazeeknova/zephyr-forge@latest init

# Initialize and start your development environment (First time recommended)
bunx zephyr-forge@latest setup

# Start development for an existing project
bunx zephyr-forge@latest dev

[!NOTE] Run npx zephyr-forge@latest --help for more information. If you are using Github Packages, replace zephyr-forge with @parazeeknova/zephyr-forge.

Features 🎉

🔁 Automated Environment Setup and Configuration: Zephyr Forge takes care of the entire setup process, ensuring that your development environment is configured correctly without manual intervention.

🐋 Docker Container Management: Seamlessly manage Docker containers, including creation, starting, stopping, and removal, to ensure a consistent development environment.

📦 Dependency Installation and Verification: Automatically install and verify all necessary dependencies, ensuring that your environment has everything it needs to function correctly.

🧹 Automatic Cleanup and Optimization: Keep your development environment clean and optimized by automatically removing unnecessary files and optimizing configurations.

🔍 Environment Health Checks: Regularly perform health checks on your environment to detect and resolve any issues that may arise, ensuring a stable development experience.

🚀 One-Command Deployment: Deploy your development environment with a single command, simplifying the process and reducing the potential for errors.

💻 Cross-Platform Support (Windows & Unix): Enjoy a seamless experience across different operating systems, with full support for both Windows and Unix-based systems.

// NPMjs Package - 🔗 npmjs.com/zephyr-forge
// Forge Homepage - 🔗 link

Troubleshoot 🛠

Having trouble? Open an issue

// Copyright © 2025 Parazeeknova