An open API service indexing awesome lists of open source software.

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 函式,使用指定的參數。

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
```