Forrest logo
back to context overview

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 machine
    explain this command
  • bower:tldr:22b18 bower: Install a specific dependency version, and add it to `bower.json`.
    $ bower install ${local_name}=${package}#${version} --save
    try on your machine
    explain this command
  • bower:tldr:7dcaf bower: List local packages and possible updates.
    $ bower list
    try on your machine
    explain this command
  • bower:tldr:b0e80 bower: Uninstall packages locally from the bower_components directory.
    $ bower uninstall ${package} ${package}
    try on your machine
    explain this command
  • bower:tldr:b2beb bower: Display help information about a bower command.
    $ bower help ${command}
    try on your machine
    explain this command
  • bower:tldr:dc672 bower: Install a project's dependencies, listed in its bower.json.
    $ bower install
    try on your machine
    explain this command
  • bower:tldr:ec65e bower: Create a `bower.json` file for your package.
    $ bower init
    try on your machine
    explain this command
back to context overview