1.0.0 • Published 3 years ago

@craterellus/dirmanager-craterellus v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Dir Manager

This app is designed to work with files and directories. With Dir Manager, you can create files, delete files, and get information about files. The information is displayed in a table listing the file's name, size, and time of creation.

A screenshot of a table synthesized by dir manager

How to use

Dir Manager takes terminal commands. In the terminal, enter the following:

$ dirmanager

You should then see a list of dirmanager commands:

-V, --version        output the version number
-l, --ls  [value]    List directory contents  
-m, --mkdir <value>  Create a directory       
-t, --touch <value>  Create a file
-h, --help           display help for command

Credit

This app was made from a tutorial by Stanley Ulili that can be found here on LogRocket. Thanks, Stanley!