filemk

1.0.2 • Public • Published

filemk

A simple tool for creating files from the command line.

Github: https://github.com/iammadab/filemk

Npm: https://www.npmjs.com/package/filemk

Inspiration

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.

Install

    npm install -g filemk

Usage

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
 

Author

Wisdom Ogwu (iammadab)

Package Sidebar

Install

npm i filemk

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

7.27 kB

Total Files

7

Last publish

Collaborators

  • iammadab