benschwarz / sublime-bower

Install Bower packages from within Sublime
MIT License
226 stars 12 forks source link

Bower, for Sublime Text

This is a plugin for Sublime text, it will allow you to install packages via Twitter's Bower tool.

Want to learn about the available packages? Check Bower components

How to use

Run the command "Bower install" to get a list of packages from the canonical bower repository. Packages will be installed the current working directory.

Want to know more about Bower, or this plugin in action? Checkout my screencast.

Installation

Sublime Package Control allows you to easily install or remove sublime-bower (and many other packages) from within the editor. It offers automatically updating packages as well so you no longer need to keep track of changes in sublime-bower.

Alternately, instead of using Package Control, you can manually install sublime-bower (be aware, you'll have to fetch updates yourself):

On Mac OS X, in your Terminal:

  cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
  git clone git://github.com/benschwarz/sublime-bower.git Bower

On Windows, inside a command prompt (cmd.exe):

  cd "%APPDATA%\Sublime Text 2\Packages"
  git clone git://github.com/benschwarz/sublime-bower.git Bower

Platforms

Contributing

Contributors

Licence

Licenced MIT.