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

7 lines
307 B
JavaScript
Raw Normal View History

#!/usr/bin/env node
2017-12-13 21:19:58 +00:00
console.log("generates the 'tld-list.json' JSON array file from the 'tlds.csv' csv file");
console.log("---this script is currently a 'to-do' placeholder!---");
2017-12-13 21:19:58 +00:00
console.error("terminating... the development for the 'JSON' format generator has not yet been completed");
process.exit(1);