https://github.com/baumannzone/developer-card
🪪 Baumannzone business developer card
https://github.com/baumannzone/developer-card
chalk nodejs npm
Last synced: 4 months ago
JSON representation
🪪 Baumannzone business developer card
- Host: GitHub
- URL: https://github.com/baumannzone/developer-card
- Owner: baumannzone
- License: bsd-3-clause
- Created: 2024-10-11T20:50:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:58:18.000Z (over 1 year ago)
- Last Synced: 2025-06-26T10:56:32.992Z (about 1 year ago)
- Topics: chalk, nodejs, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/developer-card
- Size: 677 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Developer Business Card
[](#contributors-)
A beautiful CLI business card to showcase your online presence.

## Usage
By default, it will display the original author's (@baumannzone) social media handles:
```bash
npx developer-card
```
You can use your own handle for all services:
```bash
npx developer-card yourusername # Will display as "@yourusername"
```
You can also customize your display name (use quotes for names with spaces):
```bash
npx developer-card yourusername "Your Full Name" # Will display as "Your Full Name"
```
### Custom Service Handles
You can override specific services by using the format `service=handle`. Multiple services can share the same handle by separating them with commas:
```bash
npx developer-card defaulthandle "Your Name" instagram,twitter=customhandle github=otherhandle
```
#### Web Domain Customization
The web service supports two types of overrides:
1. Domain-only override (keeps your handle):
```bash
npx developer-card myhandle web=.com # Results in myhandle.com
npx developer-card myhandle web=.io # Results in myhandle.io
```
2. Full URL override:
```bash
npx developer-card myhandle web=glrodasz.io # Results in glrodasz.io
```
**Note:** By default, Threads will use the same handle as Instagram unless explicitly overridden:
```bash
# Both Instagram and Threads will use 'myinsta'
npx developer-card mydefault instagram=myinsta
# Override Threads separately
npx developer-card mydefault instagram=myinsta threads=different
```
## Requirements
- Node.js with npm installed
## Available Services
- Web (.dev domain by default)
- X (Twitter)
- Twitch
- GitHub
- CodePen
- TikTok
- Threads
- YouTube
- LinkedIn
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Jorge Baumann
💻 🎨

Guillermo Rodas
💻 🎨 ⚠️
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!