From 51a7519c6879bb44eeee26a217c026083be3face Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 29 Nov 2022 21:58:05 -0500 Subject: [PATCH] Ok then a different command? --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index dbb37fd..6fa8a6f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js", + "bin": { + "setup-project": "index.js" + }, "scripts": { "test": "test" },