UNPKG

gitpick

Version:

Clone exactly what you need aka straightforward project scaffolding!

37 lines (36 loc) 786 B
{ "name": "gitpick", "version": "6.1.1", "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", "license": "MIT", "author": { "name": "Neeraj Dalal", "email": "admin@nrjdalal.com", "url": "https://nrjdalal.com" }, "repository": "nrjdalal/gitpick", "funding": "https://github.com/sponsors/nrjdalal", "bin": { "degit": "./dist/index.mjs", "gitpick": "./dist/index.mjs" }, "files": [ "dist" ], "type": "module" }