Sha256: ae54f522770c287b4e61b11ebfc2f7a83b87f330d5a12669c23e4fe96016dfa2

Contents?: true

Size: 1.53 KB

Versions: 62

Compression:

Stored size: 1.53 KB

Contents

{
    "command": "install",
    "description": "Installs the project dependencies or a specific set of endpoints.\nEndpoints can have multiple forms:\n- <source>\n- <source>#<target>\n- <name>=<source>#<target>\n\nWhere:\n- <source> is a package URL, physical location or registry name\n- <target> is a valid range, commit, branch, etc.\n- <name> is the name it should have locally.",
    "usage": [
        "install [<options>]",
        "install <endpoint> [<endpoint> ..] [<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"
        },
        {
            "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"
        },
        {
            "shorthand":   "-E",
            "flag":        "--save-exact",
            "description": "Configure installed packages with an exact version rather than semver"
        }
    ]
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.6.2 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.6.1 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.6 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.19 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.18 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.17 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.16 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.15 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.14 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.13 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.12 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.11 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.10 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.9 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.8 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.7 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.6 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.5 node_modules/bower/templates/json/help-install.json
trusty-festivity-extension-2.5.4 node_modules/bower/templates/json/help-install.json