Profile Card

Create an awesome terminal profile-card that can be used in any node js environment.

Preview

Run

npx jayash

on any nodejs terminal to see the preview

Create your own

Installation

  1. Clone the repo
    git clone https://github.com/JayashTripathy/profile-card.git
  2. Install NPM packages
    npm install
  3. Run
    npm run create 

now fill you all the details and style configurations

Style Configurations 🎨

Corners

  • base
    ┏――――――――――――┓
  • premium
    ⟐――――――――――――⟐
  • plus
    ✜――――――――――――✜
  • rounded
    ╭――――――――――――╮

Borders

  • base
    ┏――――――――――――――――――――――┓
  • Dotted
    ┏----------------------┓
  • thick
    ┏━━━━━━━━━━━━━━━━━━━━━━┓

Colors

there are 5 colors you can choose from

  • white
  • blue
  • magenta
  • cyan
  • gray

after all the configurations you can preview you card using

npm start

Now publish your card

before going into next step make sure you logged in to nodejs in your terminal

Update the name feild in package.json file , example

"name": "jayash"

Publish

npm publish