Skip to content

Commit abe4890

Browse files
committed
update
1 parent 65a95b6 commit abe4890

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.npmrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
store-dir=./.pnpm-store
2-
shamefully-hoist=false
3-
prefer-symlinked-executables=false
1+
registry=https://registry.npmjs.org/
2+
@arkahna-npm:registry=https://registry.npmjs.org/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# git-file-fetch
22

33
[![CI](https://github.com/arkahna/git-file-fetch/actions/workflows/ci.yml/badge.svg)](https://github.com/arkahna/git-file-fetch/actions/workflows/ci.yml)
4-
[![npm version](https://img.shields.io/npm/v/@arkahna/git-file-fetch)](https://www.npmjs.com/package/@arkahna/git-file-fetch)
4+
[![npm version](https://img.shields.io/npm/v/@arkahna-npm/git-file-fetch)](https://www.npmjs.com/package/@arkahna-npm/git-file-fetch)
55
[![license: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)
66
[![node >= 20](https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg)](#requirements)
77

@@ -11,13 +11,13 @@ A lightweight CLI to fetch individual files from remote Git repositories and tra
1111

1212
### 🚀 **Just want to use it?**
1313
```bash
14-
npx @arkahna/git-file-fetch "https://github.com/user/repo.git@main:path/to/file.ts"
14+
npx @arkahna-npm/git-file-fetch "https://github.com/user/repo.git@main:path/to/file.ts"
1515
```
1616

1717
### 📦 **Want to install it?**
1818
```bash
19-
npm install -D @arkahna/git-file-fetch
20-
npx @arkahna/git-file-fetch "https://github.com/user/repo.git@main:path/to/file.ts"
19+
npm install -D @arkahna-npm/git-file-fetch
20+
npx @arkahna-npm/git-file-fetch "https://github.com/user/repo.git@main:path/to/file.ts"
2121
```
2222

2323
### 🔧 **Want to test/develop it?**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@arkahna/git-file-fetch",
2+
"name": "@arkahna-npm/git-file-fetch",
33
"version": "0.1.0",
44
"description": "Fetch specific files from remote git repos and track them locally.",
55
"main": "dist/index.js",
@@ -58,7 +58,7 @@
5858
"dist",
5959
"plugin"
6060
],
61-
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
61+
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
6262
"publishConfig": {
6363
"access": "public",
6464
"provenance": true

0 commit comments

Comments
 (0)