UNPKG

eisd

Version:

Execute your favorite command in SubDirectories. Use it like: `eisd '[command]' [subdirs...]` (Example: `eisd 'yarn build' client server scripts`)

48 lines (47 loc) 1.08 kB
{ "name": "eisd", "version": "1.5.1", "description": "Execute your favorite command in SubDirectories. Use it like: `eisd '[command]' [subdirs...]` (Example: `eisd 'yarn build' client server scripts`)", "main": "lib/index.js", "scripts": { "build": "rm -rf lib && tsc", "prepublish": "yarn build" }, "repository": { "type": "git", "url": "git+https://github.com/guidsdo/eisd.git" }, "keywords": [ "execute", "command", "in", "directory", "sub", "subdirectory", "folder", "subfolder", "folders", "directories" ], "author": "guidsdo", "license": "Apache-2.0", "bugs": { "url": "https://github.com/guidsdo/eisd/issues" }, "homepage": "https://github.com/guidsdo/eisd#readme", "dependencies": { "colors": "^1.4.0", "commander": "^6.2.0", "shelljs": "^0.8.4" }, "devDependencies": { "@types/colors": "^1.2.1", "@types/node": "^8.0.0", "@types/shelljs": "^0.8.8", "prettier": "^2.1.2", "typescript": "^4.0.5" }, "bin": { "eisd": "./bin/eisd" } }