empty-me
v1.1.0
Published
It is a node cli that displays or deletes every file in in a folder
Downloads
1
Maintainers
Readme
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