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
- Clone the repo
sh git clone https://github.com/JayashTripathy/profile-card.git - Install NPM packages
sh npm install - 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
whitebluemagentacyangray
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
Log in or sign up for Devpost to join the conversation.