kibru
v0.1.0
Published
npx kibru — terminal business card with QR code
Readme
kibru
Terminal business card with a QR code. Run with:
npx kibruThis prints a simple boxed card (name, title, links) and a QR code that encodes your chosen URL or email.
Customize
Edit bin/index.js and update the CARD object with your details.
By default, the QR code encodes CARD.website.
Dev with Bun
This package is Node-compatible at runtime (for npx) and uses Bun
for a smooth dev experience.
- Install deps:
bun install - Run locally:
bun run bin/index.js
Publish
- Update your details in
bin/index.js. - Bump version in
package.json. - Publish to npm:
npm publish --access public
After publishing, anyone can run:
npx kibru