Command line tool to create and manage community campaigns. `campaigner` takes care of all the campaign lifecycle, starting with getting information to generate the tickets, then publishing them in jira and github and finally tracking their status, the campaign progress and generating reports.
-`campaigner init` generates the campaign file, linking it to the jira instance and github repository and to the epic issue that will host each campaign ticket.
-`campaigner add` parses information from different sources and uses it to generate tickets for the campaign.
-`campaigner publish` builds the tickets information and publishes it both to jira and github.
-`campaigner sync` downloads updated information of the campaign progress.
-`campaigner status` shows the current campaign data and progression.
-`campaigner report` generates reports from the campaign data.