
bower
List of commands for bower:
-
bower:tldr:1d830 bower: Install one or more packages to the bower_components directory.$ bower install ${package} ${package}try on your machineexplain this command
-
bower:tldr:22b18 bower: Install a specific dependency version, and add it to `bower.json`.$ bower install ${local_name}=${package}#${version} --savetry on your machineexplain this command
-
bower:tldr:7dcaf bower: List local packages and possible updates.$ bower listtry on your machineexplain this command
-
bower:tldr:b0e80 bower: Uninstall packages locally from the bower_components directory.$ bower uninstall ${package} ${package}try on your machineexplain this command
-
bower:tldr:b2beb bower: Display help information about a bower command.$ bower help ${command}try on your machineexplain this command
-
bower:tldr:dc672 bower: Install a project's dependencies, listed in its bower.json.$ bower installtry on your machineexplain this command
-
bower:tldr:ec65e bower: Create a `bower.json` file for your package.$ bower inittry on your machineexplain this command