Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.69 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.69 KB

Bower

Provides access to most of the Bower commands from within Visual Studio Code

Bower Command interactive prompts built into the IDE.

##Features

  • Create bower.json using interactive prompts (bower init)
  • Install missing packages from bower.json (bower install)
  • Install specific package (bower install package)
  • Uninstall a specific package (bower uninstall package)
  • Update packages to latest versions (bower update)
  • Search and install packages (bower search, bower install package)
  • Cache management (bower cache list, bower cache clear)
  • Resolving conflicts version 0.0.3
  • Displaying formatted messages generated by bower commands version 0.0.3
  • Locating bower.json file based on file being edited version 0.0.3

Press F1 and select/type "Bower" and pick a bower command.

Image of Command

Image of Init

Image of Install

Image of Search

Image of Uninstall

Source

Github

License

MIT