gitpick 3.18.5 → 3.18.6
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19,7 +19,7 @@ Error:
|
|
|
19
19
|
`):console.error(`
|
|
20
20
|
Unexpected Error:
|
|
21
21
|
`+JSON.stringify(i,null,2)+`
|
|
22
|
-
`),process.exit(1)}};import a from"chalk";import{Command as G}from"commander";var f={name:"gitpick",version:"3.18.
|
|
22
|
+
`),process.exit(1)}};import a from"chalk";import{Command as G}from"commander";var f={name:"gitpick",version:"3.18.6",description:"With gitpick, you can clone precisely what you need.",keywords:["clone","degit","directory","file","folder","git","github","scaffolding","template","url"],homepage:"https://github.com/nrjdalal/gitpick#readme",bugs:"https://github.com/nrjdalal/gitpick/issues",repository:"nrjdalal/gitpick",funding:"https://github.com/sponsors/nrjdalal",license:"MIT",author:{name:"Neeraj Dalal",email:"admin@nrjdalal.com",url:"https://nrjdalal.com"},type:"module",bin:{degit:"./dist/index.js",gitpick:"./dist/index.js"},files:["dist"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"npx simple-git-hooks",test:"bun run build && node dist/index.js",tests:"bash tests.sh"},"simple-git-hooks":{"pre-commit":"npx lint-staged","commit-msg":"npx commitlint --edit $1"},dependencies:{chalk:"^5.4.1",commander:"^13.1.0",inquirer:"^12.5.0",ora:"^8.2.0","simple-git":"^3.27.0",zod:"^3.24.2","zod-validation-error":"^3.4.0"},devDependencies:{"@commitlint/cli":"^19.8.0","@commitlint/config-conventional":"^19.8.0","@ianvs/prettier-plugin-sort-imports":"^4.4.1","@types/node":"^22.13.13","lint-staged":"^15.5.0",prettier:"^3.5.3","simple-git-hooks":"^2.12.1","sort-package-json":"^2.15.1",tsup:"^8.4.0",typescript:"^5.8.2"}};process.on("SIGINT",()=>process.exit(0));process.on("SIGTERM",()=>process.exit(0));async function R(){let r=new G().name("gitpick").description("With gitpick, you can clone precisely what you need.").version(f.version||"1.0.0","-v, --version","display the version number"),o=process.argv.slice(2),t=["-v","--version","-h","--help","help","clone"];o.length&&!t.includes(o[0])&&process.argv.splice(2,0,"clone"),r.addCommand(k),r.configureHelp({formatHelp:()=>`${a.bold("With gitpick, you can clone precisely what you need.")}
|
|
23
23
|
|
|
24
24
|
\u{1F680} More awesome tools at ${a.cyan("https://github.com/nrjdalal")}
|
|
25
25
|
|