Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-cheff/card-me
Create personal cards for your profile
https://github.com/mr-cheff/card-me
card information profile
Last synced: 19 days ago
JSON representation
Create personal cards for your profile
- Host: GitHub
- URL: https://github.com/mr-cheff/card-me
- Owner: mr-cheff
- License: mit
- Created: 2021-12-15T18:02:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T19:41:38.000Z (about 3 years ago)
- Last Synced: 2024-11-22T03:02:57.301Z (about 2 months ago)
- Topics: card, information, profile
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/card-me
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Card me
Create personal cards for your profile
### What is this for?
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.toand more to soon.
*NOTE*: you can always edit your card in `[name]-card/index.js`
### Card creation
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]
```### Installation
To install `card-me`, you will need [npm](https://nodejs.org/) installed. Once you have installed, run the following command.
```
npm i -g card-me
```* [Explanatory video](https://youtu.be/ppHh_sRo-AU)
## License
Check out the license in [LICENSE](LICENSE)