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 9897f6c commit c891d9cCopy full SHA for c891d9c
package.json
@@ -7,6 +7,9 @@
7
"start": "node src/index.js",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
+ "bin": {
11
+ "query2app": "./src/cli.js"
12
+ },
13
"keywords": [],
14
"author": "Slava Semushin <slava.semushin@gmail.com>",
15
"license": "GPL-2.0",
src/index.js renamed to src/cli.js
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
const yaml = require('js-yaml');
4
const fs = require('fs');
5
0 commit comments