Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 994 Bytes

README.rst

File metadata and controls

38 lines (25 loc) · 994 Bytes

milestonemaker

Version License Versions

What Does This Do

This simple utility creates weekly milestones in GitHub issues. See https://github.com/lionheart/milestonemaker/milestones for an example.

How Do You Use It

pip install milestonemaker

Once installed, just follow the useful CLI prompts.

$ milestonemaker -h
usage: milestonemaker [-h] {create,delete} ...

positional arguments:
  {create,delete}
    create         Creates all milestones
    delete         Deletes all milestones with 'week' in the name and no
                   issues assigned to them.

optional arguments:
  -h, --help       show this help message and exit