Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sbrunner/integrity-updater


https://github.com/sbrunner/integrity-updater

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Integrity updater

This script will update the SubResource integrity (SRI) in the HTML files.

## Installation

```bash
pip install integrity-updater
```

## Usage

```bash
integrity-updater
```

## Pre-commit configuration

```yaml
repos:
- repo: https://github.com/sbrunner/integrity-updater
rev: # Use the ref you want to point at
hooks:
- id: integrity-updater
```