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

devshell

v1.3.0

Published

DevShell - Personal Developer Command Center & Terminal Analytics by Swynx

Readme



What is DevShell?

DevShell answers "What did I actually do as a developer?" rather than just "How many commits did I make?".

It builds a complete, privacy-respecting, local-first representation of your software engineering journey by analyzing:

  • GitHub commits, line changes (+add / -del), pull requests, and code reviews
  • Stack distribution (Backend, Mobile, Database, Frontend)
  • Project health & maintenance activity states (ACTIVE, MAINTAINED, LOW ACTIVITY, DORMANT)
  • Terminal contribution heatmaps & historical velocity trends (--30d, --90d, --365d)
  • Personal development goals, developer level/XP progression, and daily focus recommendations
  • Standalone HTML/Markdown/JSON exports for Developer Portfolio and Yearly Wrapped recaps

Quick Start

Requirements

For NPM installation:

  • Node.js 18+ & NPM

💡 Zero Java Configuration: DevShell automatically manages a compatible Java 21 LTS runtime locally (~/.devshell/runtime/java-21) when Java 21 is not already installed on your system. You do not need to manually install Java, set JAVA_HOME, or edit system PATH.

Installation via npm

Install globally using Node Package Manager:

npm install -g devshell

Alternatively, run without installation using npx:

npx devshell

Environment Verification

Verify your installation and runtime environment:

devshell doctor

Execution

Launch DevShell from any command prompt or terminal:

devshell

(Note: devcli is also supported as a command alias).


Core Command Reference

For comprehensive flags and details, see COMMANDS.md.

| Command | Category | Function | | :--- | :--- | :--- | | devshell status | Daily OS | Daily compact developer snapshot (Commits, Lines + / -, Active Repos, Streak, Stack, Recent Projects) | | devshell dna / profile | Identity | Categorized stack breakdown (Backend %, Mobile %, Database %, Frontend %) and productivity windows | | devshell trends [--30d\|90d\|365d] | Historical | 30d/90d/365d trends with period-over-period percentage comparisons | | devshell diff | Comparison | Period-over-period delta comparisons (Commits %, PR %, Active Projects, Learnings) | | devshell calendar | Heatmap | Terminal ANSI contribution calendar grid (░ ▒ ▓ █) | | devshell projects | Health | Classifies repos into ACTIVE, MAINTAINED, LOW ACTIVITY, DORMANT states | | devshell project <name> | Health | Detailed project health metrics (Commits, Contributors, Open Issues, PRs, Last Activity) | | devshell goals / goal add | Goals | Goal tracking with visual progress bars ([██████████████░░] 82%) | | devshell xp | Gamification | Developer level and XP progression (+100 OS contribution, +50 PR merged, +30 Repo maintained) | | devshell radar | Attention | Highlights inactive repos, open issues, pending PRs, and streaks | | devshell focus | Focus | Data-driven daily focus recommendations | | devshell snapshot | Classifier | Transparent developer health snapshot with explicit reasoning | | devshell history [--year] | Timeline | Historical monthly development timeline | | devshell graph | Visual | ASCII relationship tree (Project -> Stack -> Learnings -> Activity) | | devshell opensource | Open Source| Journey tracker for public repos, external PRs, issues, and reviews | | devshell wrapped [--export html]| Recap | Yearly recap presentation and standalone HTML report exporter | | devshell portfolio [--export html]| Portfolio | Interactive developer portfolio generator with HTML export | | devshell report [weekly\|monthly]| Reporting | Multi-format reporting engine (terminal, markdown, json, html) | | devshell learn [add\|view\|edit\|search\|pin] | Knowledge | Personal Developer Knowledge Base (CRUD, tags, projects, pinning, search) | | devshell prompt / shell | Shell | Shell prompt integration snippet generator for zsh/bash/fish | | devshell sync | Utility | Immediate synchronization with GitHub API | | devshell --json | Scripting | Emits pure machine-readable JSON output without ANSI escape codes |


Local-First Philosophy & Privacy

DevShell operates on a strict local-first policy:

  • Credentials and analytics reside strictly under ~/.devshell/*.json.
  • Direct HTTPS communications between your terminal and api.github.com.
  • Zero telemetry, zero ad-tracking, zero third-party analytics collection.
  • Your developer data never leaves your personal machine.

License

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