Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylereddoch/npx_card
Terminal business card using Node.js and NPM.
https://github.com/kylereddoch/npx_card
console node-js nodejs npm npm-package npx npx-card terminal
Last synced: 21 days ago
JSON representation
Terminal business card using Node.js and NPM.
- Host: GitHub
- URL: https://github.com/kylereddoch/npx_card
- Owner: kylereddoch
- Created: 2022-06-30T04:06:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T04:43:36.000Z (over 2 years ago)
- Last Synced: 2025-01-11T10:25:44.416Z (about 1 month ago)
- Topics: console, node-js, nodejs, npm, npm-package, npx, npx-card, terminal
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# NPX CARD
This my NPX card unique style to connect with me directly via console or terminal.
Just type 👇🏼 in your favorite terminal or console to connect with me.
```bash
npx kylereddoch
```And get to know me in nerdy, unique style.
### It will look something like this:
![npx card look](https://github.com/kylereddoch/npx_card/blob/master/imgs/npx_sample.png?raw=true)
### I spent a consideral amount of effort (considering I hadn't played with node.js and npm too much) building and designing this iteration of npx card, and I am proud of it! All I ask of you all is, if you like it and use it, to put a **star** ⭐ on this project and fork it. Please do not claim this effort as your own ♥.
#### STEPS TO CREATE YOUR OWN
The article written by [@jackboberg](https://github.com/jackboberg). I used the same reference to base mine off of and deploy the package.Tutorial: [Write a Simple npx Business Card](https://studioelsa.se/blog/open-source-oss-npx-business-card).