emojigit
Built my first ever npm package 'emojigit'. It is a CLI tool which is used for adding emojis to commit messages. This cli tool will show users list of emojis that can be used on commit messages and then will ask some questions like branch name and git remote repo name and then code is pushed automatically to user's github repository after commit. It is built using nodejs and some libraries like:
- inquirer: For displaying prompt for asking questions to user
- meow: Its a CLI app helper
- node-fetch: For making network requests
- ora: For terminal spinner
Github Link: https://github.com/yatharth1706/emojigit
npm package link: https://www.npmjs.com/package/emojigit
- Within 2 days this package has been downloaded by users 205 times.
I request all of you to once use this package for adding emojis to commit messages for github repository. And also let me know what improvements I can do in this project.
Thank you.
Top comments (0)