File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 44# / delete-empty-repos - For a GitHub Enterprise Instance, lists every empty repository
55# / in format <organization>:<repository> and deletes them if option is passed.
66# /
7+ # / AUTHOR: @IAmHughes
8+ # /
79# / SYNOPSIS:
810# / delete-empty-repos.sh [--org=MyOrganization] [--execute=TRUE]
911# /
3133# / your instance of GitHub Enterprise.
3234# / - _i.e._: https://MyGitHubEnterprise.com/api/v3
3335# /
36+ # / Finally, you will need to ensure you have installed jq: https://stedolan.github.io/jq/
37+ # /
3438# / OPTIONS:
3539# / --org
3640# / -o
5458# / API DOCUMENTATION:
5559# / All documentation can be found at https://developer.github.com/v3/
5660
61+ # #########
62+ # HEADER #
63+ # #########
64+
5765echo " "
58- echo " #######################################"
59- echo " # ____ #"
60- echo " # | _ \ ___ _ __ ___ #"
61- echo " # | |_) / _ \ '_ \ / _ \ #"
62- echo " # | _ < __/ |_) | (_) | #"
63- echo " # |_|_\_\___| .__/ \___/ #"
64- echo " # | _ \ ___ |_| _ _ __ ___ _ __ #"
65- echo " # | |_) / _ \/ _| | '_ \ / _ \ '__| #"
66- echo " # | _ < __/ (_| | |_) | __/ | #"
67- echo " # |_| \_\___|\__,_| .__/ \___|_| #"
68- echo " # |_| #"
69- echo " #######################################"
66+ echo " ############################################"
67+ echo " ############################################"
68+ echo " ### ###"
69+ echo " ### Delete Empty Repos from Organization ###"
70+ echo " ### ###"
71+ echo " ############################################"
72+ echo " ############################################"
7073echo " "
7174
7275# #######
You can’t perform that action at this time.
0 commit comments