Files
bower/templates/json/help-install.json
André Cruz 68454492e9 Add conflict resolve, presenting choices to the user.
This commit also contains:
- Simplified Manager and Project
- Add warning when an extraneous package is found.
- Fix a lot of bugs in the overall resolve process
- Made templates rendering synchronous
-
2013-06-05 00:50:23 +01:00

25 lines
775 B
JSON

{
"command": "install",
"description": "Installs the project dependencies or a specific set of endpoints",
"usage": [
"install",
"install [<endpoint> [, <endpoint>, ..]]"
],
"options": [
{
"shorthand": "-p",
"flag": "--production",
"description": "Do not install project devDependencies"
},
{
"shorthand": "-s",
"flag": "--save",
"description": "Save installed packages into the project's bower.json dependencies"
},
{
"shorthand": "-D",
"flag": "--save-dev",
"description": "Save installed packages into the project's bower.json devDependencies"
}
]
}