An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Developer Business Card

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

A beautiful CLI business card to showcase your online presence.

![baumannzone business card"](./main.png)

## 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
Jorge Baumann

💻 🎨
Guillermo Rodas
Guillermo Rodas

💻 🎨 ⚠️

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