Inspiration

What it does


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

Getting Started

This is an example of how you can create you own.

Installation

  1. Clone the repo sh git clone https://github.com/JayashTripathy/profile-card.git
  2. Install NPM packages sh npm install
  3. Run js 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

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for Profile Card

Share this project:

Updates