1.0.1 • Published 3 years ago

committerjs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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/date

Note: Uses the folder git config, so make sure those are correctly set up, after running the script just git push

Author:

umairx97