https://github.com/serubin/mirrors-npx
Mirror of npx node package for pre-commit.
https://github.com/serubin/mirrors-npx
Last synced: 3 months ago
JSON representation
Mirror of npx node package for pre-commit.
- Host: GitHub
- URL: https://github.com/serubin/mirrors-npx
- Owner: Serubin
- Created: 2019-07-18T21:43:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T21:43:27.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T21:35:17.801Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
npx mirror
================Mirror of npx package for pre-commit.
For pre-commit: see https://github.com/pre-commit/pre-commit
For npx: see https://github.com/zkat/npx
### Using npx with pre-commit
Add this to your `.pre-commit-config.yaml`:
- repo: https://github.com/pre-commit/mirrors-npx
rev: '' # Use the sha / tag you want to point at
hooks:
- id: npxWhen using plugins with `npx` you'll need to declare them under
`additional_dependencies`. For example:- repo: https://github.com/pre-commit/mirrors-npx
rev: '' # Use the sha / tag you want to point at
hooks:
- id: npx
additional_dependencies:
- [email protected]
- [email protected]