This is a JavaScript script that let you create a file and write text into that particular file.
You need to have NodeJS installed on your system.
node script.js [yourFileName.txt] [aName]
A new file will be created with the file name you specified, with the content Hello {NAME}
.