Skip to content

A CLI directory manager that can be used to create directories, list directory contents and create files.

Notifications You must be signed in to change notification settings

omartrj/directory_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Manager - CLI tool

A CLI directory manager that can be used to create directories, list directory contents and create files.

Built following the tutorial at https://blog.logrocket.com/building-typescript-cli-node-js-commander/

Installation

npm install @omartrj/directory_manager -g

Commands

  • Help:
dirmanager -h
dirmanager --help
  • List Directory Contents:
dirmanager -l [value]
dirmanager --ls [value]
  • Create Directory:
dirmanager -m <value>
dirmanager --mkdir <value>
  • Create File:
dirmanager -t <value>
dirmanager --touch <value>

About

A CLI directory manager that can be used to create directories, list directory contents and create files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published