Skip to content

Instantly share code, notes, and snippets.

View JSHSJ's full-sized avatar
🐕‍🦺
Probably doing something

Joshua Stübner JSHSJ

🐕‍🦺
Probably doing something
View GitHub Profile
@JSHSJ
JSHSJ / index.js
Last active September 21, 2021 15:12 — forked from lukaskoeller/index.js
Build Icon Map: Adjust path to source and destination folder if necessary.
#!/usr/bin/env node
/*
* ALL CREDITS GO TO https://gist.github.com/lukaskoeller/303fe233298fd443418a352ef68d3ba7
* I just changed the output file to be typescript
*/
// Icon Map Build Script
const { readdirSync, writeFileSync } = require('fs');