An interactive command line tool that can be used to manage files and directories in the terminal to boost productivity and reduce repetitive tasks.
- Node.js - code the architecture of tool.
- Typescript - enables type safety.
- Inquirer.js - add Interactive command line interface.
- figlet - create some amazing and appealing text banners in the terminal.
- Visual Studio Code - Code Editor
- Create one or more directories at once.
- List the Current Directory Contents.
- Remove directories or files.
- Empty Entire Directory.
- Move and Copy files into different directories.
git clone https://github.com/fk00750/CLI--File--Manager.git
This command will copy a full project to your local environment
cd CLI--File--Manager
npm i
cd CLI--File--Manager
to move into the project directorynpm i
installs all the required packages.
- Type
npm run dev
in the terminal to start the tool. It will also create thedist
folder and you will see the following output
Please feel free to contact me via my email address ( fk7384329@gmail.com ) or you can also message me directly on Twitter
You can check out the full license here
This project is licensed under the terms of the MIT license.