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 a5b4a16 commit 34dd4c6Copy full SHA for 34dd4c6
index.js
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
const chalk = require("chalk");
4
const vorpal = require("./utils/vorpal");
5
package.json
@@ -10,6 +10,9 @@
10
"node-fetch": "^2.6.1",
11
"vorpal": "^1.12.0"
12
},
13
+ "bin": {
14
+ "hnez": "index.js"
15
+ },
16
"repository": {
17
"url": "https://github.com/amaan-ahmad/hashnode-easy",
18
"type": "git"
0 commit comments