Skip to content

Commit 9976406

Browse files
README.md: Add coffee command outputs
1 parent f0c0ee7 commit 9976406

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ Just install the Node.js package:
9797
>>> nodely.install('coffee-script')
9898
```
9999

100+
```
101+
npm http GET https://registry.npmjs.org/coffee-script
102+
npm http 304 https://registry.npmjs.org/coffee-script
103+
[email protected] node_modules\coffee-script
104+
```
105+
100106

101107
It provides the `coffee` executable. If you want to know its absolute path:
102108

@@ -120,6 +126,10 @@ And if you want to run it, for example with the `--version` flag:
120126
0
121127
```
122128

129+
```
130+
CoffeeScript version 1.12.7
131+
```
132+
123133

124134

125135
For the case that you want to get rid of the package again,
@@ -201,3 +211,6 @@ and can also be called directly instead of using its `.call` method:
201211
0
202212
```
203213

214+
```
215+
CoffeeScript version 1.12.7
216+
```

0 commit comments

Comments
 (0)