lefthook-linux-arm64 1.10.9 → 1.10.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -22
- package/bin/lefthook +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -253,26 +253,26 @@ Check [examples][examples]
|
|
|
253
253
|
* [Lefthook for React/React Native apps](https://blog.logrocket.com/deep-dive-into-lefthook-react-native?utm_source=lefthook)
|
|
254
254
|
|
|
255
255
|
|
|
256
|
-
[documentation]: https://
|
|
257
|
-
[configuration]: https://
|
|
258
|
-
[examples]: https://
|
|
259
|
-
[installation]: https://
|
|
260
|
-
[usage]: https://
|
|
256
|
+
[documentation]: https://lefthook.dev/
|
|
257
|
+
[configuration]: https://lefthook.dev/configuration/index.html
|
|
258
|
+
[examples]: https://lefthook.dev/examples/index.html
|
|
259
|
+
[installation]: https://lefthook.dev/installation/
|
|
260
|
+
[usage]: https://lefthook.dev/usage/index.html
|
|
261
261
|
[discussion]: https://github.com/evilmartians/lefthook/discussions
|
|
262
|
-
[install-apt]: https://
|
|
263
|
-
[install-ruby]: https://
|
|
264
|
-
[install-node]: https://
|
|
265
|
-
[install-brew]: https://
|
|
266
|
-
[install-winget]: https://
|
|
267
|
-
[install-rpm]: https://
|
|
268
|
-
[install-arch]: https://
|
|
269
|
-
[install-alpine]: https://
|
|
270
|
-
[config-parallel]: https://
|
|
271
|
-
[config-files]: https://
|
|
272
|
-
[config-glob]: https://
|
|
273
|
-
[config-run]: https://
|
|
274
|
-
[config-scripts]: https://
|
|
275
|
-
[config-tags]: https://
|
|
276
|
-
[config-skip_output]: https://
|
|
277
|
-
[config-output]: https://
|
|
278
|
-
[usage-local-config]: https://
|
|
262
|
+
[install-apt]: https://lefthook.dev/installation/deb.html
|
|
263
|
+
[install-ruby]: https://lefthook.dev/installation/ruby.html
|
|
264
|
+
[install-node]: https://lefthook.dev/installation/node.html
|
|
265
|
+
[install-brew]: https://lefthook.dev/installation/homebrew.html
|
|
266
|
+
[install-winget]: https://lefthook.dev/installation/winget.html
|
|
267
|
+
[install-rpm]: https://lefthook.dev/installation/rpm.html
|
|
268
|
+
[install-arch]: https://lefthook.dev/installation/arch.html
|
|
269
|
+
[install-alpine]: https://lefthook.dev/installation/alpine.html
|
|
270
|
+
[config-parallel]: https://lefthook.dev/configuration/parallel.html
|
|
271
|
+
[config-files]: https://lefthook.dev/configuration/files.html
|
|
272
|
+
[config-glob]: https://lefthook.dev/configuration/glob.html
|
|
273
|
+
[config-run]: https://lefthook.dev/configuration/run.html
|
|
274
|
+
[config-scripts]: https://lefthook.dev/configuration/Scripts.html
|
|
275
|
+
[config-tags]: https://lefthook.dev/configuration/tags.html
|
|
276
|
+
[config-skip_output]: https://lefthook.dev/configuration/skip_output.html
|
|
277
|
+
[config-output]: https://lefthook.dev/configuration/output.html
|
|
278
|
+
[usage-local-config]: https://lefthook.dev/usage/tips.html#local-config
|
package/bin/lefthook
CHANGED
|
Binary file
|