From 832fef864ea2a02f02860032fa6484815a75007f Mon Sep 17 00:00:00 2001 From: agg-shambhavi Date: Mon, 23 Nov 2020 22:05:53 +0530 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=90=9B=20cli:=20fix=20dependency=20is?= =?UTF-8?q?sue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/funcs/generate.js | 5 +++++ package.json | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/funcs/generate.js b/lib/funcs/generate.js index 997f268..09b40a8 100644 --- a/lib/funcs/generate.js +++ b/lib/funcs/generate.js @@ -91,3 +91,8 @@ function remove_stopwords(str) { } return (res.join(' ')) } + +branchName(); +suggestCommitMsg() +suggestCommitMsg() +suggestCommitMsg() diff --git a/package.json b/package.json index 0d09198..871a77e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "a magnificent tool to auto-suggest everything you need before pushing a git commit.", "bin": { - "gg": "./bin/index.js" + "ggo": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -31,7 +31,12 @@ "figlet": "^1.5.0", "git-remote-origin-url": "^3.1.0", "inquirer": "^7.3.3", + "nlcst-to-string": "^2.0.4", "node-emoji": "^1.10.0", - "path": "^0.12.7" + "path": "^0.12.7", + "retext": "^7.0.1", + "retext-keywords": "^6.0.0", + "retext-pos": "^3.0.0", + "sentence-engine": "^0.7.0" } } From 33c73276aec7715c2f68617c5626baeaddb230c8 Mon Sep 17 00:00:00 2001 From: agg-shambhavi Date: Mon, 23 Nov 2020 22:11:16 +0530 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=90=9Bcli:=20fix=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 871a77e..e76c8b3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "a magnificent tool to auto-suggest everything you need before pushing a git commit.", "bin": { - "ggo": "./bin/index.js" + "go": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" From 519344e3764fb8d286ca946d88ff1f2b53532f2a Mon Sep 17 00:00:00 2001 From: agg-shambhavi Date: Mon, 23 Nov 2020 22:12:35 +0530 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=90=9Bcli:=20fix=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e76c8b3..13eec0a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "a magnificent tool to auto-suggest everything you need before pushing a git commit.", "bin": { - "go": "./bin/index.js" + "gg": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"