1
0
Fork 0
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:
Julien Bisconti 2018-05-29 00:01:31 +02:00 committed by Andreas Gebhardt
parent 752830ff50
commit a60278793f
5 changed files with 1776 additions and 33594 deletions

View file

@ -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();