Package Exports
- mazenx47
- mazenx47/card.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mazenx47) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mazen
My developer business card — run
npx mazenin your terminal.
Quick Start
npx mazenAbout
A CLI business card built with Node.js. Displays contact info, skills, and links with a dark terminal aesthetic, animated intro, and interactive menu.
Tech Stack
- chalk v4 — Terminal string styling
- boxen v5 — Boxes in the terminal
- chalk-animation v1 — Animated terminal text
- inquirer v8 — Interactive CLI prompts
- open v8 — Cross-platform URL launcher
Publishing to npm
Prerequisites
- Node.js >= 14
- An npm account — sign up here
Steps
Log in to npm:
npm loginVerify the package name is available:
npm view mazenA 404 error means the name is free.
Test locally first:
node card.jsPublish:
npm publishTry it out:
npx mazen
Updating
Bump the version and publish again:
npm version patch
npm publishLicense
MIT