roadtrips 1.1.0 → 1.1.1
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 +5 -5
- package/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# roadtrips 🛣️
|
|
2
2
|
|
|
3
3
|
```
|
|
4
4
|
\ | /
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
______________________
|
|
22
22
|
___/ ╔══════════════╗ \___
|
|
23
|
-
/ ║
|
|
23
|
+
/ ║ roadtrips ║ \
|
|
24
24
|
/_________╚══════════════╝________\
|
|
25
25
|
| .--. .--. |
|
|
26
26
|
'──( O )──────────────────( O )──'
|
|
@@ -43,7 +43,7 @@ A scenic CLI package that sends you on a road trip down Norway's **Road 53** —
|
|
|
43
43
|
## Installation
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
|
-
npm install -g
|
|
46
|
+
npm install -g roadtrips
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
## Usage
|
|
@@ -51,13 +51,13 @@ npm install -g road-trip
|
|
|
51
51
|
Simply run:
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
|
|
54
|
+
roadtrips
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
Or use with npx without installing:
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
|
-
npx
|
|
60
|
+
npx roadtrips
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
## Example Output
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "roadtrips",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A scenic CLI journey along Road 53 through Norway",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"
|
|
7
|
+
"roadtrips": "./index.js"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
|
-
"
|
|
13
|
+
"roadtrips",
|
|
14
14
|
"norway",
|
|
15
15
|
"road-53",
|
|
16
16
|
"travel",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "https://github.com/danmindru/
|
|
27
|
+
"url": "https://github.com/danmindru/roadtrips"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"chalk": "^4.1.2",
|