Invoke-LinkChecker

1.0.2

一個用於執行 linkchecker 命令的 PowerShell 函式,使用指定的參數。

安裝步驟

1. 先安裝 Python 3.8 以上版本

2. 安裝 linkchecker 工具

   ```sh
   pip3 install linkchecker
   ```

3. 安裝 `Invoke-LinkChecker.ps1` 腳本

   ```ps1
   Install-Script -Name Invoke-LinkChecker
   ```

4. 執行

   ```ps1
   Invoke-LinkChecker -Url "https://example.com/" -v -NoRobots
   ```

> GitHub Repo: https://github.com/
一個用於執行 linkchecker 命令的 PowerShell 函式,使用指定的參數。

安裝步驟

1. 先安裝 Python 3.8 以上版本

2. 安裝 linkchecker 工具

   ```sh
   pip3 install linkchecker
   ```

3. 安裝 `Invoke-LinkChecker.ps1` 腳本

   ```ps1
   Install-Script -Name Invoke-LinkChecker
   ```

4. 執行

   ```ps1
   Invoke-LinkChecker -Url "https://example.com/" -v -NoRobots
   ```

> GitHub Repo: https://github.com/doggy8088/Invoke-LinkChecker-PS1

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Invoke-LinkChecker -RequiredVersion 1.0.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright (c) 2023 Will 保哥

Package Details

Author(s)

  • Will 保哥

Tags

PowerShell LinkChecker

Dependencies

This script has no dependencies.

Release Notes

- 1.0.2
- Change `iconUrl` to GitHub Repo itself.
- 1.0.1
- Change `iconUrl` to GitHub Repo itself.
- 1.0.0
- Initial release.

FileList

Version History

Version Downloads Last updated
1.0.4 10 11/8/2023
1.0.3 5 11/8/2023
1.0.2 (current version) 5 11/8/2023
1.0.1 5 11/8/2023
1.0.0 6 11/8/2023