Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jamesgeorge007 opened this issue Feb 29, 2020 · 1 comment
Labels
feature-request Proposal for a new feature good first issue Good for newcomers

Comments

@jamesgeorge007
Copy link
Member

git-cz serves the purpose here.

@jamesgeorge007 jamesgeorge007 added the feature-request Proposal for a new feature label Feb 29, 2020
@jamesgeorge007 jamesgeorge007 added the good first issue Good for newcomers label Dec 10, 2020
@jamesgeorge007 jamesgeorge007 changed the title Onboard an interactive utility that allows authoring commits as per conventional commit specification Onboard an interactive utility that helps to author commit messages as per the convention. Dec 10, 2020
@jamesgeorge007
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Proposal for a new feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant