An open API service indexing awesome lists of open source software.

https://github.com/fkhadra/trash-import

Check for unused import
https://github.com/fkhadra/trash-import

Last synced: 4 months ago
JSON representation

Check for unused import

Awesome Lists containing this project

README

          

# 💩 Trash import or not

## Setup

- Npm
```sh
npm install -g trash-import
```

- Yarn
```sh
yarn global add trash-import
```

## Usage

```
Usage: trash-import [options]

Look 👀 for unused import and remove 💩 the files if you want to.

Options:

-d, --delete Delete unused import. BACKUP YOUR FILES FIRST
-o, --output Save output to json file
-s, --silent Disable output
-h, --help output usage information

```