JSPM

mazenx47

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q59749F
  • License MIT

Mazen Yasser's developer business card — run `npx mazenx47` in your terminal

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 mazen in your terminal.

Quick Start

npx mazen

About

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

Steps

  1. Log in to npm:

    npm login
  2. Verify the package name is available:

    npm view mazen

    A 404 error means the name is free.

  3. Test locally first:

    node card.js
  4. Publish:

    npm publish
  5. Try it out:

    npx mazen

Updating

Bump the version and publish again:

npm version patch
npm publish

License

MIT