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

scanorepo

v1.0.4

Published

Cross-platform AI-powered CLI tool for project scanning and documentation

Readme

ScanoRepo

AI-powered CLI tool for project scanning and documentation generation.

ScanoRepo is a cross-platform command-line utility built with Node.js and TypeScript. It is designed to audit JavaScript and TypeScript repositories for configuration issues and generate comprehensive project documentation using AI-driven insights.

Official Website: scano-repo-gui.vercel.app


Features

  • Project Scanning - Analyzes repositories for missing npm scripts, environment variables, dependencies, and TypeScript configuration discrepancies.
  • AI-Powered Insights - Utilizes Groq's high-performance inference engine to provide technical explanations and recommended solutions for detected issues.
  • Automated Documentation - Generates a structured SCANNED.md file summarizing project architecture, key components, and deployment procedures.
  • Dependency Management - Provides an interactive interface to install, update, and audit project packages.
  • Cross-Platform Compatibility - Fully supported on Windows, macOS, and Linux environments.

Installation

Global Installation

npm install -g scanorepo

Local Development

git clone https://github.com/classicManCode/ScanoRepo.git
cd ScanoRepo
npm install
npm run build
npm link

Zero Configuration

ScanoRepo is designed for immediate utility. Users are not required to provide personal API keys or manage complex environment variables. AI-driven analysis is facilitated through a secure proxy service maintained by the developer.

Operational Overview

  1. An audit command is initiated by the user.
  2. ScanoRepo transmits project metadata to a secure backend infrastructure.
  3. The backend processes the request using high-performance large language models.
  4. Actionable technical insights are returned directly to the terminal interface.

Usage

Navigate to the target Node.js project directory and execute:

sr <command>

Available Commands

| Command | Description | | -------------- | --------------------------------------------------------------------- | | sr scan | Audit project for configuration issues with AI-assisted explanations. | | sr doc | Generate SCANNED.md documentation using AI analysis. | | sr deps | Interactive dependency management and auditing. | | sr check | Comprehensive health check (Sequential execution of scan and doc). | | sr --help | Display command reference. | | sr --version | Display current version information. |


Command Details

sr scan

Performs a diagnostic audit of the project:

  • Script Analysis - Verifies presence of standard scripts such as start, dev, build, and test.
  • Environment Verification - Detects absence of .env files and suggests templates.
  • TypeScript Configuration - Identifies .ts source files lacking an associated tsconfig.json.
  • Dependency Integrity - Validates the state of the node_modules directory.

sr doc

Analyzes the repository structure to produce a professional SCANNED.md file, providing:

  • Technical project overview.
  • Functional breakdown of key directories and files.
  • Standardized onboarding and installation instructions.

sr deps

Initiates an interactive management interface:

  • Automatically detects preferred package managers (npm or yarn).
  • Facilitates secure package installation, updates, and outdated package auditing.

Operational Constraints

  • Node.js Environment - ScanoRepo is optimized for projects containing a valid package.json.
  • Inference Variability - AI-generated explanations are intended for assistance and may vary between executions.
  • Build Requirements - When modifying the source, ensure a fresh build is generated via npm run build.

Development

Assembly

npm run build

Debugging

npm run dev

Local Testing

npm link
sr scan

License

This project is licensed under the MIT License. Refer to the LICENSE file for additional details.


Author

Benjamin Onyia


Developed by Benjamin Onyia.