Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.16 KB

EMPTY-CLI

It is a node cli that displays or deletes every file in in a folder.

npm Package

This package is been added to the npm registry.

Installation

Before installing the CLI the system must node(16+) version and npm installed.

To install the package in your system run the following command.

npm i -g empty-me

Example

To test the CLI in your system run the following command

f -V

You can know more about the CLI by running the following command.

f or f --help or f help

Features

The basic features in this CLI is to list and remove all files and folders from the current directory.

  • List Files

    to list files of the current directory, run the following command
    f listfiles or f l
  • Format the folder to Format all files of the current directory, run the following command
    f delete or f d

🚀 Author