Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/mirrors-bibtex-tidy
Mirror of mirrors-bibtex node package for pre-commit.
https://github.com/njzjz/mirrors-bibtex-tidy
Last synced: about 2 months ago
JSON representation
Mirror of mirrors-bibtex node package for pre-commit.
- Host: GitHub
- URL: https://github.com/njzjz/mirrors-bibtex-tidy
- Owner: njzjz
- License: mit
- Created: 2024-04-19T00:13:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T22:53:08.000Z (9 months ago)
- Last Synced: 2024-10-13T16:47:41.951Z (3 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bibtex-tidy mirror
==================Mirror of bibtex-tidy package for pre-commit.
For pre-commit: see https://github.com/pre-commit/pre-commit
For bibtex-tidy: see https://github.com/FlamingTempura/bibtex-tidy
### Using bibtex-tidy with pre-commit
Add this to your `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/njzjz/mirrors-bibtex-tidy
rev: '' # Use the sha / tag you want to point at
hooks:
- id: bibtex-tidy
```