You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit add supports to console output
and JSON output. It checks if the script
was run without echoing to a file:
```
$ node index.js
```
Then caling pretty console ouput, or when
pipe is found
```
$ node index.js > results.json
```
Resulting in a JSON output.
0 commit comments