Skip to content

Commit

Permalink
quick save: Fri Dec 27 13:38:56 MSK 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
nikelborm committed Dec 27, 2024
1 parent d02fe95 commit 75d4f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You need to have installed latest node, git, npm

1. [Generate `Personal access token (classic)` with `read:packages` scope](https://github.com/settings/tokens/new?description=Install%20packages%20from%20GitHub%20NPM%20registry&scopes=read:packages&default_expires_at=none)
2. Save the token
3. Run `npm login --scope=nikelborm --auth-type=legacy --registry=https://npm.pkg.github.com` (read more about `--auth-type=legacy` [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token))
3. Run `npm login --scope=@nikelborm --auth-type=legacy --registry=https://npm.pkg.github.com` (read more about `--auth-type=legacy` [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token))
4. Enter your username when asked
5. Paste the token as password value
6. Then run `npm i @nikelborm/download-github-folder` to install the package
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nikelborm/download-github-folder",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"description": "Download any directory at any depth from any repo on GitHub on any git ref",
"license": "MIT",
Expand Down

0 comments on commit 75d4f34

Please sign in to comment.