ksa
Version:
Attempt at a browset package manager
25 lines (24 loc) • 686 B
JSON
{
"command": "update",
"description": "Updates installed packages to their newest version according to ksa.json.",
"usage": [
"update <name> [<name> ..] [<options>]"
],
"options": [
{
"shorthand": "-F",
"flag": "--force-latest",
"description": "Force latest version on conflict"
},
{
"shorthand": "-h",
"flag": "--help",
"description": "Show this help message"
},
{
"shorthand": "-p",
"flag": "--production",
"description": "Do not install project devDependencies"
}
]
}