teachcode icon indicating copy to clipboard operation
teachcode copied to clipboard

Onboard an interactive utility that helps to author commit messages as per the convention.

Open jamesgeorge007 opened this issue 4 years ago • 1 comments

git-cz serves the purpose here.

jamesgeorge007 avatar Feb 29 '20 15:02 jamesgeorge007

$ npm install -D git-cz

https://github.com/madlabsinc/teachcode/blob/next/package.json

     "pretest": "npm run lint",
     "test": "ava --serial",
     "docs:dev": "vuepress dev docs",
-    "docs:build": "vuepress build docs"
+    "docs:build": "vuepress build docs",
+    "commit": "git-cz"
   },

jamesgeorge007 avatar Dec 10 '20 14:12 jamesgeorge007