2017-12-13 20:01:28 +00:00
|
|
|
#!/usr/bin/env node
|
|
|
|
|
|
|
|
console.log("generates the 'tld-enum.js' node source file from the 'tlds.csv' csv file");
|
|
|
|
console.log("---this script is currently a 'to-do' placeholder!---");
|
2017-12-04 23:33:08 +00:00
|
|
|
console.error("terminating... the development for the 'JSON' format generator has not yet been completed");
|