https://github.com/doggy8088/invoke-linkchecker-ps1
一個用於執行 linkchecker 命令的 PowerShell 函式,使用指定的參數。
https://github.com/doggy8088/invoke-linkchecker-ps1
linkchecker powershell
Last synced: about 1 year ago
JSON representation
一個用於執行 linkchecker 命令的 PowerShell 函式,使用指定的參數。
- Host: GitHub
- URL: https://github.com/doggy8088/invoke-linkchecker-ps1
- Owner: doggy8088
- License: mit
- Created: 2023-11-08T18:24:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T18:53:39.000Z (over 2 years ago)
- Last Synced: 2025-06-23T19:00:50.973Z (about 1 year ago)
- Topics: linkchecker, powershell
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/Invoke-LinkChecker
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoke-LinkChecker.ps1
一個用於執行 [linkchecker](https://linkchecker.github.io/linkchecker/) 命令的 PowerShell 函式,使用指定的參數。
## 安裝
1. 先安裝 Python 3.8 以上版本
2. 安裝 linkchecker 工具
```sh
pip3 install linkchecker
```
3. 安裝 `Invoke-LinkChecker.ps1` 腳本
```ps1
Install-Script -Name Invoke-LinkChecker
```
## 執行
```ps1
Invoke-LinkChecker -Url "https://example.com" -v -NoRobots
```