Skip to content

Commit 3ce5f5e

Browse files
save file
1 parent 6d1c7a5 commit 3ce5f5e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

utils/github/download-a-directory-from-a-github-repository/v2.0/download-a-directory-from-a-github-repository-v2.0.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11

22

3-
3+
<!DOCTYPE html>
44

55
<html>
66

77
<head>
8-
9-
<title>download github directory</title>
8+
<meta charset=utf-8>
9+
10+
<title>
11+
download github directory
12+
</title>
13+
1014
<meta name=description content='Download any directory from a GitHub repository and create a ZIP file. Fast, lightweight tool for developers who want a copy of a specific folders without cloning the entire repo'>
1115

1216
<base href='https://ext-code.com/utils/github/download-a-directory-from-a-github-repository/'>
@@ -22,7 +26,7 @@
2226
"@context" : "https://schema.org",
2327
"@type" : "SoftwareApplication",
2428
"name" : "download a directory from a github repository",
25-
"url" : "https://ext-code.com/utils/github/download-a-directory-from-a-github-repository/download-a-directory-from-a-github-repository.html"
29+
"url" : "https://ext-code.com/utils/github/download-a-directory-from-a-github-repository/download-a-directory-from-a-github-repository.html",
2630
"author" : {"@type":"Person","name":"Matthew Richards"},
2731
"description" : "Download any directory from a GitHub repository and create a ZIP file. Fast, lightweight tool for developers who want a copy of a specific folders without cloning the entire repo",
2832
"applicationCategory" : "DeveloperApplication",
@@ -59,8 +63,6 @@
5963
//:
6064

6165

62-
mod.stack.add = init;
63-
6466
async function init(){
6567

6668

@@ -69,8 +71,8 @@
6971
hdr = mod.hdr;
7072
log = mod.log;
7173

72-
hdr.initmod({$,menu});
73-
log.initmod({});
74+
hdr.initmod({ext,$,menu});
75+
log.initmod({ext,$});
7476

7577
await hdr.init();
7678
await log.init();

0 commit comments

Comments
 (0)