UNPKG

nx-helper-cli

Version:

This is a helper cli which helps get things done fast in a monorepo. mainly it's used with [nx.dev](http://google.com) tool but has many tools that may benefit anybody working in a monorepo architecture.

44 lines 935 B
{ "name": "nx-helper-cli", "version": "1.0.2", "main": "dist/src/index.js", "bin": { "nxer": "dist/src/index.js" }, "scripts": { "watch": "tsc --watch", "start": "node dist/index.js", "test": "node ./dist/index.js --help" }, "keywords": [ "nx.dev", "nx", "nrwl", "monorepo", "monorepo cli", "command runner", "run concurrent", "concurrent commands", "run commands with json" ], "devDependencies": { "@types/chalk": "^2.2.0", "@types/clui": "^0.3.0", "@types/figlet": "^1.2.0", "@types/jest": "^24.0.20", "@types/minimist": "^1.2.0", "@types/node": "^12.11.7", "jest": "^24.9.0", "ts-jest": "^24.1.0", "typescript": "^3.6.4" }, "dependencies": { "chalk": "^2.4.2", "clear": "^0.1.0", "clui": "^0.3.6", "concurrently": "^5.0.0", "figlet": "^1.2.4", "inquirer": "^7.0.0", "minimist": "^1.2.0" } }