committerjs

Node script that creates commits based on time range

Usage no npm install needed!

<script type="module">
  import committerjs from 'https://cdn.skypack.dev/committerjs';
</script>

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

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

Author:

umairx97