This script will read a markdown-formatted text file and generate milestones and issues in a Github project.
The script will go line by line, looking for lines that start with #
, -
or *
. Lines that
start with #
will create a new milestone. All bulleted items after a header will be created as
issues and assigned to the last milestone.
Milestones will be automatically assigned due-dates. Starting with the closest Friday at 1:30pm