-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add double-hyphen flag between npx and the command to run #1164
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks! |
nikoladavitkovski
pushed a commit
to nikoladavitkovski/husky
that referenced
this pull request
Sep 2, 2022
nikoladavitkovski
pushed a commit
to nikoladavitkovski/husky
that referenced
this pull request
Sep 5, 2022
nikoladavitkovski
added a commit
to nikoladavitkovski/husky
that referenced
this pull request
Sep 6, 2022
commit 36eb2e5 Merge: 6b8b1fb 364de37 Author: n.davitkovski <[email protected]> Date: Mon Sep 5 18:55:52 2022 +0200 react front-end commit 6b8b1fb Author: n.davitkovski <[email protected]> Date: Mon Sep 5 16:00:48 2022 +0200 Update pre-commit commit 6fd620d Author: Frank Harrison <[email protected]> Date: Thu Jun 9 11:02:41 2022 +0100 chore(docs): improves the documentation Clairifies: * install options * some differences between v4 and v8 * how to create and manage githooks * how husky relates to git * how husky relates to npm/yarn commit 33125bc Author: Dong-Young Kim <[email protected]> Date: Sun Jun 19 11:25:30 2022 +0900 docs: add double-hyphen flag between npx and the command to run (typicode#1164) commit a2abf6c Author: typicode <[email protected]> Date: Fri Jun 10 19:06:19 2022 +0200 docs: update deprecated npm command commit cf74170 Author: Sgryts <[email protected]> Date: Fri Jun 10 12:05:05 2022 -0500 docs: README update (typicode#1154) * docs: README update - replacing depricated npm set-script with npm pkg set (typicode#1150) * docs: README update - replacing depricated npm set-script with npm pkg set (typicode#1150) commit ee47218 Author: Carlo Corradini <[email protected]> Date: Sat May 21 03:22:48 2022 +0200 chore: npx option --no-install replaced with --no -- due to deprecation (typicode#1149) commit 616ed9f Author: typicode <[email protected]> Date: Mon May 9 11:51:57 2022 +0200 8.0.1 commit 8d0499a Author: typicode <[email protected]> Date: Mon May 9 11:51:36 2022 +0200 fix: use POSIX equality operator commit 8e45818 Author: typicode <[email protected]> Date: Mon May 9 00:05:42 2022 +0200 docs: v8 update commit b72af0f Author: typicode <[email protected]> Date: Sun May 8 23:40:15 2022 +0200 chore: update version commit 0f9ebb4 Author: typicode <[email protected]> Date: Sun May 8 23:05:22 2022 +0200 feat: show PATH if command not found commit 6d4ad09 Author: typicode <[email protected]> Date: Sun May 8 23:04:16 2022 +0200 test: command not found message commit 99169cb Author: typicode <[email protected]> Date: Sun May 8 22:47:53 2022 +0200 feat: skip install if $HUSKY=0 commit 69afc14 Author: Mohamad Khajavi <[email protected]> Date: Sun May 1 07:47:58 2022 +0430 docs: add pnpm installation (typicode#1139) commit 25d0675 Author: Sibiraj <[email protected]> Date: Thu Apr 28 12:18:40 2022 +0530 docs: replace deprecated npx option (typicode#1070) * docs: update deprecated npx option * docs: fix commitlint commands * Update docs/README.md * Update docs/README.md Co-authored-by: typicode <[email protected]> commit 4661fd4 Author: typicode <[email protected]> Date: Thu Apr 28 08:17:10 2022 +0200 docs: fix windows workaround commit d6abbd8 Author: typicode <[email protected]> Date: Thu Apr 28 08:13:58 2022 +0200 chore: skip windows npm 6 tests commit 46e68bb Author: typicode <[email protected]> Date: Thu Apr 28 07:58:54 2022 +0200 test: skip sub-dir commit 46dcde5 Author: typicode <[email protected]> Date: Thu Apr 28 07:46:08 2022 +0200 test: skip sub-dir commit 61a79db Author: typicode <[email protected]> Date: Thu Apr 28 07:25:33 2022 +0200 chore: update package.json node version to 14 commit e030250 Author: typicode <[email protected]> Date: Thu Apr 28 07:19:05 2022 +0200 chore: update workflow commit 1f8253c Author: typicode <[email protected]> Date: Thu Apr 28 07:09:31 2022 +0200 chore: update devDependencies fix related ts error commit ff1ec79 Author: Josh Balfour <[email protected]> Date: Thu Apr 28 06:02:10 2022 +0100 feat: add `husky -` prefix to logged global error messages (typicode#1092) commit 3d06050 Author: typicode <[email protected]> Date: Thu Apr 28 06:52:11 2022 +0200 chore: update workflow commit 1ca4e37 Author: typicode <[email protected]> Date: Thu Apr 28 06:44:46 2022 +0200 chore: update workflow commit 208bcc4 Author: typicode <[email protected]> Date: Thu Apr 28 06:25:41 2022 +0200 chore: update workflow commit ceb3b5d Author: typicode <[email protected]> Date: Thu Apr 28 06:06:41 2022 +0200 chore: update workflow commit cc13539 Author: Daniele Basso <[email protected]> Date: Thu Apr 28 03:43:18 2022 +0000 chore: update Workflows (typicode#1125) Remove nodejs 12 as it is EOL Updated workflows to use nodejs 16 commit 2b8c4df Author: Baoshuo Ren <[email protected]> Date: Wed Apr 27 11:44:49 2022 +0800 chore: remove git.io (typicode#1136) All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/ commit f925192 Author: mataha <[email protected]> Date: Sat Apr 16 15:55:12 2022 +0200 fix: force `basename`/`dirname` to treat `$0` as an argument (typicode#1132) * fix: basename: force $0 to be treated as argument * fix: dirname: force $0 to be treated as argument commit 2da1291 Author: typicode <[email protected]> Date: Mon Feb 21 01:34:12 2022 +0100 docs: update yarn 2+ install commit d27582f Author: Edwin Kofler <[email protected]> Date: Sun Feb 20 09:14:19 2022 -0800 fix: actually set 'husky_skip_init' as readonly (typicode#1104) Previously, the script would export the empty 'readonly' variable, along with 'husky_skip_init' which has a value of 1. Now, the script sets 'husky_skip_init' to 1, and properly gives is the readonly and exported attributes. commit 8e1ff76 Author: typicode <[email protected]> Date: Sun Feb 20 17:43:31 2022 +0100 docs: add another way to disable husky in prod commit 0f3e012 Author: typicode <[email protected]> Date: Thu Feb 17 12:31:20 2022 +0100 docs: update windows npx usage commit 7818613 Author: Rodrigo Delduca <[email protected]> Date: Thu Feb 17 02:55:20 2022 -0300 feat: use /usr/bin/env sh instead of direct path of sh (typicode#1051) commit de37f6d Author: Jamie Haywood <[email protected]> Date: Tue Feb 1 22:42:26 2022 +0000 feat: add dog emoji as favicon (typicode#1095) commit c4f65f1 Author: Dr. Derek Austin <[email protected]> Date: Wed Oct 20 21:31:46 2021 -0500 docs: wording [all Git hooks] (typicode#965) commit 607ebcc Author: pddpd <[email protected]> Date: Thu Oct 21 10:28:49 2021 +0800 docs: fix uninstall via npm (typicode#1033) commit b0f8db7 Author: typicode <[email protected]> Date: Thu Oct 21 04:24:02 2021 +0200 docs: improve uninstall instructions commit 1109e57 Author: typicode <[email protected]> Date: Thu Oct 21 04:13:22 2021 +0200 7.0.4 commit 2087da0 Author: typicode <[email protected]> Date: Thu Oct 21 04:13:02 2021 +0200 revert: unsupported preuninstall commit e2e3101 Author: typicode <[email protected]> Date: Thu Oct 21 04:03:25 2021 +0200 7.0.3 commit 9917cca Author: typicode <[email protected]> Date: Thu Oct 21 03:59:29 2021 +0200 fix: on uninstall unset git core.hooksPath commit d3ec839 Author: Wyntau Lau <[email protected]> Date: Tue Oct 19 02:54:00 2021 +0800 fix(actions): fix action name display (typicode#1059) fix variable node_version to node-version commit e933f0c Author: typicode <[email protected]> Date: Sun Oct 10 16:23:38 2021 +0200 docs: update "hooks not running" section commit 7c36e31 Author: TAKAHASHI Shuuji <[email protected]> Date: Tue Sep 14 01:01:50 2021 +0000 fix: update npm parameters on `docs/README.md` (typicode#1037) commit 26b6bf4 Author: typicode <[email protected]> Date: Mon Sep 13 23:51:30 2021 +0200 docs: add `npx husky add` workaround on Windows commit 79c5c88 Author: typicode <[email protected]> Date: Sat Aug 28 08:34:25 2021 +0200 fix: docs link commit d78380b Author: typicode <[email protected]> Date: Wed Aug 25 03:21:46 2021 +0200 7.0.2 commit d57a008 Author: Andrey Ivlev <[email protected]> Date: Wed Aug 25 04:22:10 2021 +0300 Fix pre-commit hook in WebStorm (typicode#1023) commit 42fe4b7 Author: typicode <[email protected]> Date: Sat Jul 17 10:37:29 2021 +0200 docs: update commit 88fe7c3 Author: typicode <[email protected]> Date: Sat Jul 17 10:36:27 2021 +0200 docs: update README.md commit 32e2829 Author: HonkingGoose <[email protected]> Date: Tue Jul 13 02:08:10 2021 +0200 ci: update actions/setup-node to v2, enable cache (typicode#1008) * ci: update actions/setup-node to v2 * ci: enable npm package cache * Fix YAML syntax error commit 5531c73 Author: Joël Galeran <[email protected]> Date: Wed Jul 7 16:12:10 2021 +0200 fix: readme confusin condition to disable install in CI (typicode#1005) commit e388495 Author: typicode <[email protected]> Date: Tue Jul 6 13:02:12 2021 +0200 test: add test commit e08bab2 Author: typicode <[email protected]> Date: Tue Jul 6 12:24:38 2021 +0200 7.0.1 commit c19c2e2 Author: typicode <[email protected]> Date: Tue Jul 6 12:23:45 2021 +0200 style: comment commit e1efdf6 Author: Marco Carini <[email protected]> Date: Tue Jul 6 05:17:32 2021 -0500 fix: cover case where git rev-parse returns null (typicode#1001) commit 80450dc Author: typicode <[email protected]> Date: Tue Jul 6 12:06:00 2021 +0200 docs: update Docker section commit a46ae0f Author: typicode <[email protected]> Date: Fri Jul 2 03:26:35 2021 +0200 Create stale.yml commit b06dc95 Author: typicode <[email protected]> Date: Fri Jul 2 02:33:01 2021 +0200 docs: update Docker section commit 7f062d6 Author: typicode <[email protected]> Date: Thu Jul 1 07:53:08 2021 +0200 docs: update commit 42ddca2 Author: typicode <[email protected]> Date: Thu Jul 1 07:35:37 2021 +0200 docs: typo commit 9eb76c6 Author: typicode <[email protected]> Date: Thu Jul 1 07:27:27 2021 +0200 chore: fix CI commit b693ffe Author: typicode <[email protected]> Date: Thu Jul 1 07:17:14 2021 +0200 chore: fix CI commit fd043f6 Author: typicode <[email protected]> Date: Thu Jul 1 06:56:54 2021 +0200 chore: fix CI commit a60b377 Author: typicode <[email protected]> Date: Thu Jul 1 06:34:51 2021 +0200 7.0.0 commit e49e5fb Author: typicode <[email protected]> Date: Thu Jul 1 06:23:58 2021 +0200 feat: husky 7 commit af03862 Author: Stefano Magni <[email protected]> Date: Wed Jun 23 00:48:16 2021 +0200 docs: align the examples (typicode#992) The "Locally installed binaries" section was missing a `# or` comment between the `npx` and `yarn` example. I brought the comment directly from the "HUSKY_GIT_PARAMS" section. commit e79e0f7 Author: Phred Lane <[email protected]> Date: Sun Jun 20 06:11:57 2021 -0500 refactor(husky-init): removed duplicated code (typicode#989) commit e5fa931 Author: typicode <[email protected]> Date: Sun Jun 20 11:48:18 2021 +0200 Update README.md commit c7eab52 Author: typicode <[email protected]> Date: Sun Jun 20 11:47:07 2021 +0200 Update README.md commit 7526a01 Author: typicode <[email protected]> Date: Sun Jun 20 11:46:26 2021 +0200 Update README.md commit 614f77f Author: typicode <[email protected]> Date: Sun Jun 20 11:45:36 2021 +0200 Update README.md commit 7b7f509 Author: nbelakovski <[email protected]> Date: Thu Jun 17 23:30:32 2021 -0700 docs: use --save-dev instead of -D Expanded -D into the long option, so that those who aren't as familiar with the ecosystem don't have to look it up. commit 7f8e8b8 Author: Chuck <[email protected]> Date: Fri Jun 4 10:38:18 2021 -0400 Update README.md (typicode#984) Small typo commit 883f8c4 Author: typicode <[email protected]> Date: Wed May 26 09:53:13 2021 +0200 docs: update commit d12efa2 Author: typicode <[email protected]> Date: Sat May 22 07:50:28 2021 +0200 docs: add sharing hooks recipe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR changes
npx --no
command tonpx --no --
in READMERelated Issue
Close #1157