Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spookyuser committed Jan 2, 2025
1 parent d760c38 commit e6e3df3
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ a cli to find and remove links that might annoy the chrome web store team

often these are firebase links for some reason

## Usage
# Usage

- `npx badlinks <folder>` to scan
- `npx badlinks <folder> -r` to remove
`npx badlinks <folder_or_file>` -- recursively search .js files in a folder for bad links

```
Usage: bad firebase links <folder> [options]
For more options run `npx badlinks --help`

Arguments:
folder Folder to find JS links in
# Contributing

Options:
-r, --remove Remove the JS links
-h, --help display help for command
```
Yes!

0 comments on commit e6e3df3

Please sign in to comment.