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

tops-bmad

v1.2.59

Published

CLI tool to install BMAD workflow files into any project with integrated Shai-Hulud 2.0 security scanning

Readme

BMAD CLI Tool

A command-line tool to set up BMAD (Business Model and Architecture Design) workflow files in your project.

🚀 Installation

Global Installation (Recommended)

npm install -g tops-bmad

Using npx (No Installation Required)

npx tops-bmad

🔐 Encryption

The BMAD package zip file is encrypted for security. Before distributing the package, you need to encrypt it:

npm run encrypt-zip

This will:

  • Prompt you for a secret key (password)
  • Encrypt the bmad-package.zip file
  • Create a backup of the original file as bmad-package.zip.backup

Important: Keep the secret key secure and share it only with authorized users who need to install the BMAD package.

Testing Decryption

To verify that the encrypted file can be decrypted correctly:

npm run test-decryption

This test script will:

  • Prompt you for the secret key
  • Decrypt the encrypted zip file
  • Verify the zip file integrity
  • Optionally extract and display the contents
  • Clean up test files automatically

This is useful for verifying that encryption/decryption works correctly before distribution.

🛠️ Usage

  1. Navigate to your project directory

  2. Run the BMAD CLI:

    npx tops-bmad
  3. Enter the secret key when prompted (the password used to encrypt the package)

  4. Enter your project name when prompted

  5. The tool will:

    • Clean up any existing BMAD files
    • Decrypt and extract the BMAD package
    • Set up all necessary files and directories
    • Update project references

📁 Project Structure

After installation, your project will include:

.your-project/
├── .bmad/           # BMAD configuration and templates
└── .cursor/rules/   # Cursor IDE rules and workflow commands
    ├── bmad/        # BMAD-specific rules
    ├── ba-workflow-init-command.mdc
    ├── dev-workflow-init-command.mdc
    └── qa-workflow-init-command.mdc

🔄 Updating

To update to the latest version:

npm update -g tops-bmad

🤝 Contributing

Contributions are welcome! Please open an issue or submit a pull request.

📝 License

MIT