kotuba
v1.0.3
Published
A personal card for Szymon Kotarba (@kotuba)
Downloads
3
Maintainers
Readme
Business Card CLI
This npm package enables you to showcase my contact details in your terminal with a visually captivating layout.
Usage
To access my business card in the terminal, execute the following command:
npx kotuba
Screenshot
The final output might look something like this:
Steps to Create Your Own
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.