diff --git a/labels/make-preview.js b/labels/make-preview.js new file mode 100755 index 0000000..47cf317 --- /dev/null +++ b/labels/make-preview.js @@ -0,0 +1,103 @@ +#!/usr/bin/env node + +const labels = require('./labels.json'); +const fs = require('fs'); +const path = require('path'); + +const html = `\ + + +
+ + + + + + +`; + +fs.writeFileSync(path.join(__dirname, 'preview.html'), html); diff --git a/labels/preview.html b/labels/preview.html new file mode 100644 index 0000000..3a71c70 --- /dev/null +++ b/labels/preview.html @@ -0,0 +1,93 @@ + + + + + + + + +