extra-cd
Version:
Change the working directory, with shortcuts and listing.
40 lines (39 loc) • 854 B
JSON
{
"name": "extra-cd",
"version": "1.1.5",
"description": "Change the working directory, with shortcuts and listing.",
"preferGlobal": true,
"main": "index.sh",
"bin": {
"extra-cd": "index.sh",
"ecd": "index.sh"
},
"scripts": {
"test": "exit",
"build": "node ./build.js",
"deploy": "node ./build.js deploy"
},
"keywords": [
"extra",
"cd",
"change",
"directory",
"cli",
"command",
"line",
"interface"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-cd.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-cd/issues"
},
"homepage": "https://github.com/nodef/extra-cd#readme",
"devDependencies": {
"extra-build": "^2.0.31"
}
}