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 🙏

© 2025 – Pkg Stats / Ryan Hefner

hash-client

v0.1.8

Published

# client gibt dir viele infos und funktionen über deinen pc ganz einfach - Benötigt n-lib zwingend

Readme

hash-client

# client gibt dir viele infos und funktionen über deinen pc ganz einfach

Nutzen Sie #-cli als Befehl für System-Commands und Admin-Funktionen. Benötigt n-lib zwingend und installiert es automatisch als Abhängigkeit.

🌐 Website: hash-cli.n-lib.com

🚀 Installation

# Installiert automatisch n-lib als Abhängigkeit
npm i hash-client

Hinweis: n-lib wird automatisch mitinstalliert und ist zwingend erforderlich!

📖 Verwendung

Interaktives Menü

#-cli

Zeigt ein benutzerfreundliches Menü mit allen verfügbaren Optionen.

Direkte Commands

#-cli system info        # System-Informationen
#-cli serial             # Seriennummer anzeigen
#-cli ip info            # Netzwerk-Informationen
#-cli hardware           # Hardware-Details
#-cli ping google.com    # Host pingen
#-cli ps                 # Prozesse anzeigen
#-cli ls                 # Dateien auflisten
#-cli whoami             # Aktueller Benutzer
#-cli disk               # Festplatten-Info

Admin-Commands (mit automatischer Rechte-Anfrage)

#-cli change name        # PC-Namen ändern
#-cli add user           # Benutzer erstellen  
#-cli services           # Dienste-Manager
#-cli backup reg         # Registry-Backup
#-cli restart            # PC neustarten
#-cli admin              # Admin CMD öffnen

🛠 Features

✅ Ohne Admin-Rechte

  • System-Informationen anzeigen
  • Hardware-Details abrufen
  • Netzwerk-Informationen
  • Prozesse anzeigen
  • Dateien verwalten
  • Registry lesen (teilweise)

🔐 Mit Admin-Rechten (automatische Anfrage)

  • PC-Namen ändern
  • Benutzer erstellen/verwalten
  • Systemdienste steuern
  • Registry-Backups erstellen
  • System neustarten

🎯 Smart Features

  • Zwingende n-lib Integration: Alle erweiterten Commands verfügbar
  • Automatische Admin-Erkennung: Fordert nur Rechte an wenn nötig
  • Interaktives Menü: Benutzerfreundliche Navigation
  • Vollständige n-lib Commands: Alle n-lib Features nutzbar
  • Fehler-Handling: Informative Fehlermeldungen
  • Dependency Management: n-lib wird automatisch installiert

📋 Beispiele

Schnelle System-Checks

#-cli system info
# ✓ Computer: DESKTOP-ABC123
# ✓ Benutzer: MaxMustermann  
# ✓ System: Windows 10
# ✓ RAM: 16GB verfügbar

#-cli ping 8.8.8.8
# ✓ Antwort von 8.8.8.8: Zeit=15ms

#-cli ps chrome
# ✓ chrome.exe (PID: 1234) - 150MB RAM

Admin-Funktionen

#-cli change name
# ⚠ Diese Funktion erfordert Administrator-Rechte.
# ✓ Starte als Administrator...
# Neuer PC-Name: MeinPC
# ✓ PC-Name erfolgreich geändert!

#-cli add user
# ⚠ Diese Funktion erfordert Administrator-Rechte.
# ✓ Benutzer erstellt und Admin-Rechte hinzugefügt!

🔧 Installation & Setup

Schritt 1: Installieren

npm install -g hash-cli n-lib

Schritt 2: Testen

#-cli

Schritt 3: Verwenden

#-cli help           # Alle Commands anzeigen
#-cli system info    # System prüfen
#-cli ping google.com # Netzwerk testen

📊 Command-Übersicht

| Command | Beschreibung | Admin benötigt | |---------|--------------|----------------| | #-cli | Interaktives Menü | ❌ | | #-cli system info | System-Informationen | ❌ | | #-cli serial | Seriennummer | ❌ | | #-cli ip info | Netzwerk-Info | ❌ | | #-cli hardware | Hardware-Details | ❌ | | #-cli ping [host] | Host pingen | ❌ | | #-cli ps | Prozesse | ❌ | | #-cli ls | Dateien | ❌ | | #-cli whoami | Benutzer-Info | ❌ | | #-cli disk | Festplatten | ❌ | | #-cli change name | PC-Namen ändern | ✅ | | #-cli add user | Benutzer erstellen | ✅ | | #-cli services | Dienste-Manager | ❌ | | #-cli backup reg | Registry-Backup | ⚠️ | | #-cli restart | Neustart | ✅ | | #-cli admin | Admin CMD | ✅ |

🤖 Dependencies

  • n-lib: Zwingend erforderlich - wird automatisch installiert
  • PowerShell: Für Admin-Rechte-Anfragen (Windows Standard)

💻 Kompatibilität

  • ✅ Windows 7/8/10/11
  • ✅ CMD
  • ✅ PowerShell
  • ✅ Windows Terminal
  • ✅ Node.js 12+

📄 Lizenz

MIT License

🔗 Verwandte Packages

  • n-lib - Vereinfachte CMD Commands Library

🐛 Support

Bei Problemen oder Feature-Wünschen besuchen Sie hash-cli.n-lib.com/bugs.

📚 Dokumentation

Vollständige Dokumentation auf hash-cli.n-lib.com.