DEV Community

Discussion on: What was your win this week?

Collapse
 
drozerah profile image
Drozerah • Edited

I proudly NPM publish mkdird-cli utility. I've built this Command Line Interface so it can be used as is or as a starter package for larger applications...

mkdird image

mkdird-cli makes a directory on your OS's desktop (think mkdirdesktop), all tasks are managed with asynchronous patterns. Once the new directory is created, a Node.js event is emitted as a starting point where you can create anything you want that needs a directory on a desktop...

npm install mkdird -g

Now mkdird-cli needs your feedback !!!