We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83a3b6 commit 7dd527eCopy full SHA for 7dd527e
2 files changed
index.js
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
import { spawn, execFileSync } from "child_process";
4
import { existsSync } from "fs";
5
import { select } from "@inquirer/prompts";
package.json
@@ -2,7 +2,9 @@
"name": "start-android-emulator",
"version": "3.0.1",
"description": "A simple library to start an Android emulator on your local machine",
- "bin": "index.js",
+ "bin": {
6
+ "start-android-emulator": "./index.js"
7
+ },
8
"main": "index.js",
9
"type": "module",
10
"scripts": {
@@ -31,4 +33,4 @@
31
33
"devDependencies": {
32
34
"np": "^10.0.2"
35
}
-}
36
+}
0 commit comments