https://github.com/netlify/sdk-build-event-handler-link-checker-template
A simple Netlify integration that checks a site for broken links
https://github.com/netlify/sdk-build-event-handler-link-checker-template
Last synced: 5 months ago
JSON representation
A simple Netlify integration that checks a site for broken links
- Host: GitHub
- URL: https://github.com/netlify/sdk-build-event-handler-link-checker-template
- Owner: netlify
- Created: 2023-10-31T10:48:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T07:21:29.000Z (6 months ago)
- Last Synced: 2025-01-11T16:39:50.815Z (5 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify SDK Build Event Handler linkchecker template
This is a very simple project that has everything you need to deploy a private integration to Netlify. It is build using the [Netlify SDK](https://sdk.netlify.com).
This private integration contains a [Build Event Handler](https://sdk.netlify.com/build-event-handlers/overview/) that uses [Linkinator](https://www.npmjs.com/package/linkinator) to check for broken links on any site this integration is enabled on.
## Quick Setup + Deploy Option
[](https://app.netlify.com/integration/start/deploy?repository=https://github.com/netlify/sdk-build-event-handler-link-checker-template&integrationName=link-checker-integration&integrationSlug=link-checker-integration&integrationDescription=Check%20your%20sites%20links&scopes=site:read&integrationLevel=site)
## Scripts
### Build
This builds the integration and outputs a `.ntli` folder. This is the folder that Netlify uses to deploy the integration.
```bash
pnpm run build
```