kxrt 2.1.0 → 2.4.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,7 +1,10 @@
1
- Check out my business card in your own terminal/CLI!
1
+ Check out my business card in your own terminal!
2
2
 
3
3
  ![card-render](./card-render.png)
4
4
 
5
+ # Requirement
6
+ * `npm`
7
+
5
8
  # Usage
6
9
 
7
10
  ```bash
package/bin/card.js CHANGED
@@ -22,8 +22,8 @@ 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:'),
26
- web: chalk.cyan('https://kxrt.github.io'),
25
+ labelWeb: chalk.white.bold(' Resume:'),
26
+ web: chalk.cyan('https://bit.ly/kvrtikeya'),
27
27
  labelCard: chalk.white.bold(' Card:'),
28
28
  npx: chalk.white('npx kxrt'),
29
29
  }
package/card-render.png CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kxrt",
3
- "version": "2.1.0",
3
+ "version": "2.4.0",
4
4
  "description": "Kartikeya's business card",
5
5
  "main": "./bin/card.js",
6
6
  "bin": {