Create personal cards for your profile
This is used to create little card with your profile information. It can be used as an interactive way to people use your pre-made CLI and check out your social media, etc.
This is a preview of a normal card.
┌─────────── Mauro's card ────────────┐
│ │
│ Work : Open source projects │
│ GitHub : mauro-balades │
│ Twitter : @Maubg7 │
│ │
└─────────────────────────────────────┘
The following list will contain the optional values you can have in your card.
- Work
- GitHub
- Dev.to
and more to soon.
NOTE: you can always edit your card in [name]-card/index.js
To create a card, you need to make sure you have installed the package. After that, run the following command:
card
And fill out every thing you can (if you live it blank, the field will not be added).
A node package will be created for other users to use, using the command:
npx card-[name]
To install card-me
, you will need npm installed. Once you have installed, run the following command.
npm i -g card-me
Check out the license in LICENSE