Skip to content

KoTubA/npx_card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.