Skip to content

Instantly share code, notes, and snippets.

@rxdazn
Created September 2, 2013 12:47
Show Gist options
  • Save rxdazn/6412492 to your computer and use it in GitHub Desktop.
Save rxdazn/6412492 to your computer and use it in GitHub Desktop.
Usage:
bower <command> [<args>] [<options>]
Commands:
cache Manage bower cache
help Display help information about Bower
home Opens a package homepage into your favorite browser
info Info of a particular package
init Interactively create a bower.json file
install Install a package locally
link Symlink a package folder
list List local packages
lookup Look up a package URL by name
prune Removes local extraneous packages
register Register a package
search Search for a package by name
update Update a local package
uninstall Remove a local package
Options:
-f, --force Makes various commands more forceful
-j, --json Output consumable JSON
-l, --log-level What level of logs to report
-o, --offline Do not hit the network
-q, --quiet Only output important information
-s, --silent Do not output anything, besides errors
-V, --verbose Makes output more verbose
--allow-root Allows running commands as root
See 'bower help <command>' for more information on a specific command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment