Hello folks,
I have created a simple and silly command-line package that can generate commit logs in your repository for the whole year.
To run the package,
- Go to any local repository.
Run
npx commit_git
Enter the year of your choosing. Eg: 1990
Enter your commit text. Eg: She sells seashells by the seashore.
Voila. It automatically pushes your code after committing.
Top comments (2)
damn
thanks man!