agatan / issue-creator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue-creator

This is a CLI tool for automatically generating periodically created issues.

e.g.

  • Template Issue: rerost#1
  • Template Manifest: WIP

Flow

image

Install

$ GO111MODULE=on go get github.com/rerost/issue-creator
$ issue-creator

Useage

NOTE: please set GithubAccessToken for create issue, K8sCommands for schedule issue

issue-creator render https://github.com/rerost/issue-creator/issues/1
issue-creator create https://github.com/rerost/issue-creator/issues/1
issue-creator create https://github.com/rerost/issue-creator/issues/1 --CloseLastIssue
issue-creator schedule render '30 5 * * 1' https://github.com/rerost/issue-creator/issues/1
issue-creator schedule apply '30 5 * * 1' https://github.com/rerost/issue-creator/issues/1
issue-creator schedule apply '30 5 * * 1' https://github.com/rerost/issue-creator/issues/1 --CloseLastIssue

About


Languages

Language:Go 99.3%Language:Smarty 0.7%