/JS-Script

Primary LanguageJavaScript

JS-Script

This is a JavaScript script that let you create a file and write text into that particular file.

Prerequisites

You need to have NodeJS installed on your system.

Usage

node script.js [yourFileName.txt] [aName]

Output

A new file will be created with the file name you specified, with the content Hello {NAME}.