hfest is a tool that adds the hacktoberfest topic to every public repository
associated with a user or a GitHub org. It can also create the invalid, spam
and hacktoberfest-accepted labels in your repos.
usage: hfest-repo [<flags>]
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-V, --vcs="Github" GitHub or GitLab, defaults to GitHub
-t, --access-token=ACCESS-TOKEN
GitHub or GitLab API Token - if unset, attempts to use this tool's stored token of its current default context. env var: ACCESS_TOKEN
-u, --user=USER Github or Gitlab user to fetch repos of
-o, --org=ORG Github org or Gitlab group to fetch repos of
-p, --topic="hacktoberfest" topic to add to repos
-r, --remove Remove topic and labels from all repos. Include -l to
remove labels
-l, --labels Add spam, invalid, and hacktoberfest-accepted labels to repo
--include-forks Include forks
--include-private Include private repos
-d, --dry-run Show more or less what will be done without doing anything
请发表评论