madlabsinc / teachcode

A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
https://teachcode.surge.sh
GNU General Public License v3.0
385 stars 64 forks source link

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

Open jamesgeorge007 opened 4 years ago

jamesgeorge007 commented 4 years ago

git-cz serves the purpose here.

jamesgeorge007 commented 3 years ago
$ 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"
   },