@billsaha/hello
v1.0.2
Published
A simple TypeScript package
Maintainers
Readme
@billsaha/hello
A beautiful, interactive, and safe system information greeting utility for Node.js.
This package exports a single, simple function that greets the user with a time-aware, colorful message and interactively displays detailed system hardware and network information.
Installation
You can install this package using npm, yarn, or pnpm:
npm install @billsaha/helloUsage
Import the hello function into your project and call it. It returns a Promise, so you can await it or chain .catch() for error handling.
import { hello } from "@billsaha/hello";
// Call with a specific name, or leave empty to default to the OS username
hello("Alice");