list-of-top-level-domains/bin/helpers/generate-tlds-csv.js

6 lines
290 B
JavaScript
Raw Normal View History

2017-12-13 21:36:06 +00:00
#!/usr/bin/env node
console.log("generates the canonical 'tlds.csv' csv file");
console.log("downloads the 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt' file and cross references it with https://www.iana.org/domains/root/db to re-generate the 'tlds.csv' csv file");
2017-12-13 21:19:58 +00:00
process.exit(1);