# empty-me

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

Latest version **1.1.0** (published 2023-04-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install empty-me
pnpm add empty-me
yarn add empty-me
bun add empty-me
```

Provides the command `f`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-04-30 |
| First published | 2023-04-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 150.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Don Basil Peter |
| Maintainers | donbasilpeter |
| Keywords | empty, file, delete, removefile |

## Links

- npm: https://www.npmjs.com/package/empty-me
- Repository: https://github.com/Donbasilpeter/EMPTY-ME
- Homepage: https://github.com/Donbasilpeter/EMPTY-ME#readme
- Issues: https://github.com/Donbasilpeter/EMPTY-ME/issues
- npm.io page: https://npm.io/package/empty-me

## Dependencies (3)

- [del](https://npm.io/package/del.md) ^4.1.1
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [commander](https://npm.io/package/commander.md) ^10.0.1

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 1.1.0 (latest) — 2023-04-30
- 1.0.1 — 2023-04-29
- 1.0.0 — 2023-04-29

## 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.
 - [NPM Registry](https://www.npmjs.com/package/empty-me)


## 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.

```bash
npm i -g empty-me
```


## Example
To test the CLI in your system run the following command

```bash
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
```bash
    f listfiles or f l
```
<!-- <img src="doc/listfiles.png" alt="List of files" width="700" height="420"> -->


- Format the folder
    to Format all files of the current directory, run the following command
```bash
    f delete or f d
```
<!-- <img src="doc/go.png" alt="List of files" width="700" height="420"> -->



## 🚀 Author

- [@donbasilpeter](https://www.github.com/donbasilpeter)

---
_Source: https://npm.io/package/empty-me · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
