Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 296 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 296 Bytes

My Mkdir

A cli application to create and delete multiple folders. It takes two inputs number of folders and name of the folder.

It creates n folders with the input name with indexing from 0.

To run the file globally in the system use 'npm link' then it can be run using makeFolders command.