Created VSCode snippet data

Also some minor changes and updates to files all over the place
This commit is contained in:
Angelos Chalaris
2018-10-26 19:54:18 +03:00
parent 0614f8731c
commit 5968e2286b
11 changed files with 3754 additions and 381 deletions

View File

@ -90,5 +90,5 @@ let listingData = {
fs.writeFileSync(path.join(OUTPUT_PATH, 'snippets.json'), JSON.stringify(completeData, null, 2));
fs.writeFileSync(path.join(OUTPUT_PATH, 'snippetList.json'), JSON.stringify(listingData, null, 2));
// Display messages and time
console.log(`${chalk.green('SUCCESS!')} snippets.json and snippetsArchive.json files generated!`);
console.log(`${chalk.green('SUCCESS!')} snippets.json and snippetList.json files generated!`);
console.timeEnd('Extractor');