subcommandshell
Version:
Spawn a shell to execute subcommands (of, for example, git) without repeating the main command
27 lines (26 loc) • 710 B
JSON
{
"name": "subcommandshell",
"version": "1.0.0",
"description": "Spawn a shell to execute subcommands (of, for example, git) without repeating the main command",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakutis/subcommandshell.git"
},
"keywords": [
"subcommand",
"subcommands",
"shell",
"subshell",
"cli"
],
"author": "Vytautas Jakutis <vytautas@jakut.is> (https://jakut.is/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakutis/subcommandshell/issues"
},
"homepage": "https://github.com/jakutis/subcommandshell#readme"
}