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
- Host: GitHub
- URL: https://github.com/fkhadra/trash-import
- Owner: fkhadra
- Created: 2018-08-27T21:12:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T14:38:26.000Z (about 7 years ago)
- Last Synced: 2025-08-09T17:54:16.233Z (5 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```