ksa
Version:
Attempt at a browset package manager
25 lines (24 loc) • 741 B
JSON
{
"command": "uninstall",
"description": "Uninstalls a package locally from your ksa_components directory",
"usage": [
"uninstall <name> [<name> ..] [<options>]"
],
"options": [
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
},
{
"shorthand": "-S",
"flag": "--save",
"description": "Remove uninstalled packages from the project's ksa.json dependencies"
},
{
"shorthand": "-D",
"flag": "--save-dev",
"description": "Remove uninstalled packages from the project's ksa.json devDependencies"
}
]
}