list-of-top-level-domains/bin/generate-csv-tld-enum.js

4 lines
297 B
JavaScript

#!/usr/bin/env node
console.log("generates the 'tlds-name-only.csv' CSV text file from the 'tlds.csv' csv file");
console.log("---this script is currently a 'to-do' placeholder!---");
console.error("terminating... the development for the 'CSV' (text) format generator has not yet been completed");