Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookyuser/badlinks
Removes links that can get extensions removed from the chrome store
https://github.com/spookyuser/badlinks
chrome-extension cli testing
Last synced: 27 days ago
JSON representation
Removes links that can get extensions removed from the chrome store
- Host: GitHub
- URL: https://github.com/spookyuser/badlinks
- Owner: spookyuser
- License: mit
- Created: 2023-11-13T16:09:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-06T10:20:38.000Z (28 days ago)
- Last Synced: 2024-12-06T11:24:13.800Z (28 days ago)
- Topics: chrome-extension, cli, testing
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# badlinks
a cli to find and remove links that might annoy the chrome web store team
often these are firebase links for some reason
## Usage
- `npx badlinks ` to scan
- `npx badlinks -r` to remove```
Usage: bad firebase links [options]Arguments:
folder Folder to find JS links inOptions:
-r, --remove Remove the JS links
-h, --help display help for command
```