Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 997 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 997 Bytes

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:

Screenshot

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.