UNPKG

@wuchuheng/setup

Version:

CLI tool to initialize project with common configuration files

39 lines 910 B
{ "name": "@wuchuheng/setup", "version": "1.1.5", "description": "CLI tool to initialize project with common configuration files", "main": "index.js", "bin": { "@wuchuheng/setup": "./bin/cli.js" }, "keywords": [ "cli", "init", "project", "template" ], "author": "wuchuheng", "license": "MIT", "files": [ "bin/", "src/", "LICENSE", ".editorconfig", ".gitignore", ".gitattributes", ".vscode/", ".clinerules/", ".github/copilot-instructions.md" ], "repository": { "type": "git", "url": "git+https://github.com/wuchuheng/com.wuchuheng.npm.project-setup.git" }, "bugs": { "url": "https://github.com/wuchuheng/com.wuchuheng.npm.project-setup/issues" }, "homepage": "https://github.com/wuchuheng/com.wuchuheng.npm.project-setup#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }