UNPKG

cli-wd

Version:

Run command with modified CWD (current working directory)

45 lines (44 loc) 854 B
{ "name": "cli-wd", "version": "0.6.0", "description": "Run command with modified CWD (current working directory)", "author": "Eugene Sharygin <eush77@gmail.com>", "license": "MIT", "preferGlobal": true, "bin": { "wd": "cli.js" }, "homepage": "https://github.com/eush77/cli-wd", "repository": { "type": "git", "url": "https://github.com/eush77/cli-wd" }, "bugs": { "url": "https://github.com/eush77/cli-wd/issues" }, "keywords": [ "wd", "cwd", "current", "working", "directory", "chdir", "cli", "console", "program", "command", "unix", "shell", "exec", "system" ], "optionalDependencies": { "kexec": "^3.0.0" }, "devDependencies": {}, "dependencies": { "help-version": "^1.0.0", "or-die": "0.0.1", "shell-quote": "^1.4.3" } }