@xdebug/directory_manager
v1.0.2
Published
> A CLI directory manager that can be used to create directories, list directory contents and create files
Readme
Directory Manager
A CLI directory manager that can be used to create directories, list directory contents and create files
Features
- [x] List directory contents
- [x] Create a directory
- [x] Create a file
Screenshot

Install
npm i @xdebug/directory_managerUsage
List directory contents
dirmanager -l %path%
Create a directory
dirmanager -m %path%
Create a file
dirmanager -t %filename%
