I want to run a script that asking for the name, and then it creates directory with the same name where the current work directory is and three files inside with name.html, name.js, name.scss. then make some initial some markup inside HTML file, some initial javascript inside js file and some default or init style inside scss file. something like React scaffolding I believe. but in whatever project in frontend universe and not only React js
which technology/language should I use to get it cross-platform? node, npm, gulp, python, javascript, bash
thanks in advance