UNPKG

monorepo-cli

Version:

基于 yarn v2 berry 的 monorepo 项目的创建

58 lines 1.42 kB
{ "name": "monorepo-cli", "description": "基于 yarn v2 berry 的 monorepo 项目的创建", "main": "index.js", "types": "index.d.ts", "version": "0.0.22", "repository": { "type": "git", "url": "git+https//gitee.com/towardly/ph.git", "directory": "packages/monorepo-cli" }, "license": "MIT", "author": "DvShu <1456207945@qq.com>", "bugs": { "url": "https://gitee.com/towardly/ph/issues" }, "homepage": "https://gitee.com/towardly/ph/tree/master/packages/monorepo-cli", "dependencies": { "ansi-colors": "^4.1.1", "commander": "^7.2.0", "enquirer": "^2.3.6", "mustache": "^4.2.0", "ph-terminal-spinner": "0.0.4", "ph-utils": "0.1.0" }, "devDependencies": { "@types/node": "^15.6.0", "ts-node": "^10.0.0", "typescript": "^4.4.4" }, "scripts": { "build": "node build.js", "test": "ts-node index.ts create sa4 -t npm -w a --director E:/workspace1", "ws": "ts-node index.ts workspace a --director E:/workspace1/sa4", "js-style": "ts-node index.ts js-style", "fastify": "ts-node index.ts fastify rise-rank --director E:/workspace1/fastify-app" }, "bin": { "monorepo": "index.js" }, "files": [ "index.js", "templates/" ], "keywords": [ "nodejs", "ph", "cli", "monorepo", "workspace", "packages", "yarn", "lerna", "init", "generate", "create" ] }