From 0157ca94e4513e6e37129d7b12dfe914c592019a Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 19 Jul 2016 19:53:09 +0200 Subject: [PATCH] wire up cli use --- npmextra.json | 3 ++- package.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/npmextra.json b/npmextra.json index 245ec6e..b1edf2e 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,5 +1,6 @@ { "npmts":{ - "mode":"default" + "mode":"default", + "cli":true } } \ No newline at end of file diff --git a/package.json b/package.json index 25a154e..6aee62b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.2", "description": "develop npm modules cross platform with docker", "main": "dist/index.js", + "bin": { + "npmdocker": "dist/cli.js" + }, "directories": { "test": "test" },