Skip to content

Instantly share code, notes, and snippets.

View davidtsai's full-sized avatar

David Tsai davidtsai

View GitHub Profile
@davidtsai
davidtsai / license_generator.js
Last active August 31, 2018 00:33
Generate a csv of package dependency licenses for due dilligence
const fs = require('fs');
const path = require('path');
// https://github.com/shinnn/spdx-license-ids/blob/master/index.json
const spdx = [
'0BSD',
'AAL',
'Abstyles',
'Adobe-2006',
'Adobe-Glyph',