blackdev-file-creator
An npm package for creating files from the command line.
Github: https://github.com/Tomesyy/blackdev-file-creator
Npm: https://www.npmjs.com/package/blackdev-file-creator
Install
npm install -g blackdev-file-creator
Usage
You can now create one or more files using the "create" or "cf" command.
create appjs // creates app.js in current directory cf appjs // creates app.js in current directory create appjs appphp apppy // creates the three files in the current directory cf appjs appphp apppy // creates the three files in the current directory