From 62c0ac55c3e62ea8a1322a7511d119269eb9f950 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 10:29:03 +0200 Subject: [PATCH] Add command --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 893848c..a39dc12 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "bin": { + "mysqlExporter": "node index.js" + }, "keywords": [], "author": "", "license": "ISC",