This npm package enables you to showcase my contact details in your terminal with a visually captivating layout.
To access my business card in the terminal, execute the following command:
npx kotuba
The final output might look something like this:
If you want to create your own CLI tool similar to this one, you can follow the steps outlined in the official Node.js documentation and npm documentation. Additionally, you can explore various libraries such as chalk and boxen to enhance the visual presentation of your CLI card.
For a more detailed step-by-step guide, you can also check out this tutorial: Building a Business Card CLI Tool.