mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-29 07:37:58 +02:00
Update repo metadata
This commit is contained in:
parent
752830ff50
commit
a60278793f
5 changed files with 1776 additions and 33594 deletions
|
@ -54,7 +54,10 @@ async function main() {
|
|||
await delay(3000);
|
||||
}
|
||||
if (process.env.DEBUG) console.log({ data });
|
||||
fs.writeFileSync('data/fetched_repo_data.txt', JSON.stringify(data, null, 2));
|
||||
fs.writeFileSync(
|
||||
'data/fetched_repo_data.json',
|
||||
JSON.stringify(data, null, 2),
|
||||
);
|
||||
}
|
||||
|
||||
main();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue