A simple tool for creating files from the command line.
Github: https://github.com/iammadab/filemk
Npm: https://www.npmjs.com/package/filemk
I was inspired to create this tool, becuase I couldn't find a good way to create files from the windows terminal. Although this is a cross platform tool and can work on any os, it was built with the windows user in mind.
npm install -g filemk
You can create any number of files by seperating the filenames with spaces
You create files using the "mk" or "filemk" command
mk app.js // Creates the app.js in the current director
mk testFile.txt hello.css index.html // Creates the three files in the current directory