kxrt 1.2.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,12 +1,14 @@
1
- It's me, Stefan!
1
+ Check out my business card in your own terminal/CLI!
2
+
3
+ ![card-render](./card-render.png)
2
4
 
3
5
  # Usage
4
6
 
5
7
  ```bash
6
- npx natterstefan
8
+ npx kxrt
7
9
  ```
8
10
 
9
11
  # Credit
10
12
 
11
13
  Forked from [@bitandbang](https://twitter.com/bitandbang/status/1075473070368919552)
12
- ([repo](https://github.com/bnb/bitandbang)) via [@mxstbr](https://github.com/mxstbr/)
14
+ ([repo](https://github.com/bnb/bitandbang)) via [@natterstefan](https://github.com/natterstefan/)
package/bin/card.js CHANGED
@@ -22,7 +22,7 @@ const data = {
22
22
  github: chalk.cyan('https://github.com/kxrt'),
23
23
  labelLinkedIn: chalk.white.bold(' LinkedIn:'),
24
24
  linkedin: chalk.cyan('https://linkedin.com/in/kvrtikeya'),
25
- labelWeb: chalk.white.bold(' Web:'),
25
+ labelWeb: chalk.white.bold(' Website:'),
26
26
  web: chalk.cyan('https://kxrt.github.io'),
27
27
  labelCard: chalk.white.bold(' Card:'),
28
28
  npx: chalk.white('npx kxrt'),
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kxrt",
3
- "version": "1.2.0",
3
+ "version": "2.2.0",
4
4
  "description": "Kartikeya's business card",
5
5
  "main": "./bin/card.js",
6
6
  "bin": {