https://github.com/crashmax-dev/linkerr-cli
https://github.com/crashmax-dev/linkerr-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crashmax-dev/linkerr-cli
- Owner: crashmax-dev
- Created: 2021-11-04T12:14:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T11:19:56.000Z (over 3 years ago)
- Last Synced: 2025-02-12T13:59:02.337Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linkerr-cli
> Parse href, image paths, scripts paths and links from site.
## Install
```sh
npm install linkerr-cli -g
```## Usage
```
$ linkerr --helpUsage:
$ linkerr [options]Options:
--url, -u target url
--output, -o output path
--name, -n output file nameExamples:
$ linkerr -u https://github.com -o logs -n log_github
```## Related
- [linkerr](https://github.com/crashmax-dev/linkerr) - API for this module