File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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?**
Original file line number Diff line number Diff line change 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" ,
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
You can’t perform that action at this time.
0 commit comments