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" },