gitpick
Version:
Clone exactly what you need aka straightforward project scaffolding!
37 lines (36 loc) • 785 B
JSON
{
"name": "gitpick",
"version": "4.12.0",
"description": "Clone exactly what you need aka straightforward project scaffolding!",
"keywords": [
"clone",
"degit",
"directory",
"file",
"folder",
"git",
"github",
"repository",
"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"
]
}