committerjs
v1.0.1
Published
Node script that creates commits based on time range
Readme
CommitterJS
Node script that creates commits based on time range
Usage:
if NPM >= 5.0
npx committerjs \
--year="2021" \ # optional - current year used as default
--from="01/01" \ # month/date
--to="03/03" # month/dateNote: Uses the folder git config, so make sure those are correctly set up, after running the script just git push
