A CLI tool to display your personal information card in the terminal, inspired by npx posva.
- 🎨 Beautiful rainbow-colored border
- 👤 Display personal information
- 🔗 Show social media links
- 🖼️ Display avatar image(WIP)
- 🌈 Terminal-friendly output
- Update the
defaultPersonalInfoobject insrc/config.tswith your actual information - Update
package.jsonwith your name, author, and repository (if applicable) - Check if the package name
yourusernameis available on npm
# Install dependencies
npm install
# Build the project
npm run build
# Login to npm (if not already logged in)
npm login
# Publish to npm
npm publishMIT
