We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9755e9 commit bb94e78Copy full SHA for bb94e78
package.json
@@ -37,6 +37,9 @@
37
"nodemon": "^2.0.7",
38
"ts-node": "^9.1.1"
39
},
40
+ "bin": {
41
+ "covid": "./dist/cli.js"
42
+ },
43
"dependencies": {
44
"asciichart": "^1.5.25",
45
"axios": "^0.21.1",
src/cli.ts
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env node
2
import argv from "minimist";
3
import { lines, welcomeMessage } from "./utils/getResponses";
4
import {
0 commit comments